diff options
author | 2019-01-14 15:04:17 +0100 | |
---|---|---|
committer | 2019-01-14 15:04:17 +0100 | |
commit | 07b1092f79d09d0a6a730b229cd2db004d251174 (patch) | |
tree | f642661a9ed5ae1a57914d6f62124df6f7abe57a /dev-db/etcd | |
parent | dev-db/etcd: Remove old (diff) | |
download | gentoo-07b1092f79d09d0a6a730b229cd2db004d251174.tar.gz gentoo-07b1092f79d09d0a6a730b229cd2db004d251174.tar.bz2 gentoo-07b1092f79d09d0a6a730b229cd2db004d251174.zip |
dev-db/etcd: Stabilize on amd64
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'dev-db/etcd')
-rw-r--r-- | dev-db/etcd/etcd-3.3.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/etcd/etcd-3.3.10.ebuild b/dev-db/etcd/etcd-3.3.10.ebuild index 431d7d6ff869..b1e380183334 100644 --- a/dev-db/etcd/etcd-3.3.10.ebuild +++ b/dev-db/etcd/etcd-3.3.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit user systemd golang-vcs-snapshot -KEYWORDS="~amd64" +KEYWORDS="amd64" EGO_PN="github.com/coreos/etcd" GIT_COMMIT="27fc7e2" MY_PV="${PV/_rc/-rc.}" |