Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/
Date: Thu, 28 Mar 2019 13:20:22
Message-Id: 1553779174.8045232672721aff82a5c1a4b376b8667fad815a.mrueg@gentoo
1 commit: 8045232672721aff82a5c1a4b376b8667fad815a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 28 13:18:25 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 13:19:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80452326
7
8 dev-db/etcd: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 dev-db/etcd/etcd-3.3.12.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/etcd/etcd-3.3.12.ebuild b/dev-db/etcd/etcd-3.3.12.ebuild
17 index de901b0d963..e72773ec30c 100644
18 --- a/dev-db/etcd/etcd-3.3.12.ebuild
19 +++ b/dev-db/etcd/etcd-3.3.12.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 inherit user systemd golang-vcs-snapshot
23
24 -KEYWORDS="~amd64"
25 +KEYWORDS="amd64"
26 EGO_PN="github.com/etcd-io/etcd"
27 GIT_COMMIT="d57e8b8"
28 MY_PV="${PV/_rc/-rc.}"