diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-01-14 15:04:17 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-01-14 15:04:17 +0100 |
commit | 07b1092f79d09d0a6a730b229cd2db004d251174 (patch) | |
tree | f642661a9ed5ae1a57914d6f62124df6f7abe57a /dev-db | |
parent | 74ff5d0af098ccb733e9ba060e8843a414ab3c87 (diff) | |
download | gentoo-07b1092f79d09d0a6a730b229cd2db004d251174.tar.gz gentoo-07b1092f79d09d0a6a730b229cd2db004d251174.tar.xz |
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')
-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 431d7d6ff86..b1e38018333 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.}" |