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: Mon, 14 Jan 2019 14:04:35
Message-Id: 1547474657.07b1092f79d09d0a6a730b229cd2db004d251174.mrueg@gentoo
1 commit: 07b1092f79d09d0a6a730b229cd2db004d251174
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 14 14:04:17 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 14 14:04:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b1092f
7
8 dev-db/etcd: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 dev-db/etcd/etcd-3.3.10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-db/etcd/etcd-3.3.10.ebuild b/dev-db/etcd/etcd-3.3.10.ebuild
17 index 431d7d6ff86..b1e38018333 100644
18 --- a/dev-db/etcd/etcd-3.3.10.ebuild
19 +++ b/dev-db/etcd/etcd-3.3.10.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 inherit user systemd golang-vcs-snapshot
28
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31 EGO_PN="github.com/coreos/etcd"
32 GIT_COMMIT="27fc7e2"
33 MY_PV="${PV/_rc/-rc.}"