From: Manuel Rüger Date: Mon, 14 Jan 2019 14:04:17 +0000 (+0100) Subject: dev-db/etcd: Stabilize on amd64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07b1092f79d09d0a6a730b229cd2db004d251174;p=gentoo.git dev-db/etcd: Stabilize on amd64 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Manuel Rüger --- 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.}"