From: Manuel Rüger Date: Thu, 7 Feb 2019 10:47:31 +0000 (+0100) Subject: app-crypt/cfssl: Stabilize on amd64 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0d4a87281c86732899c8701c041652c1c7088fbc;p=gentoo.git app-crypt/cfssl: Stabilize on amd64 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Manuel Rüger --- diff --git a/app-crypt/cfssl/cfssl-1.3.2.ebuild b/app-crypt/cfssl/cfssl-1.3.2.ebuild index 6b1f640b3abc..79ee3c130db1 100644 --- a/app-crypt/cfssl/cfssl-1.3.2.ebuild +++ b/app-crypt/cfssl/cfssl-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ EGO_PN="github.com/cloudflare/${PN}" inherit golang-build golang-vcs-snapshot SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Cloudflare's PKI and TLS toolkit" HOMEPAGE="https://github.com/cloudflare/cfssl"