diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:47:31 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:47:31 +0100 |
commit | 0d4a87281c86732899c8701c041652c1c7088fbc (patch) | |
tree | 3a8ea3248be01c0cebc74f59ee2a29a66e4d64a5 /app-crypt | |
parent | x11-misc/unclutter-xfixes: Stabilize on amd64 (diff) | |
download | gentoo-0d4a87281c86732899c8701c041652c1c7088fbc.tar.gz gentoo-0d4a87281c86732899c8701c041652c1c7088fbc.tar.bz2 gentoo-0d4a87281c86732899c8701c041652c1c7088fbc.zip |
app-crypt/cfssl: Stabilize on amd64
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cfssl/cfssl-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |