diff options
author | 2020-04-14 14:54:33 +0200 | |
---|---|---|
committer | 2020-04-14 14:59:12 +0200 | |
commit | f9feb885e6ed82aa420007640a00f3c86517e012 (patch) | |
tree | c0e8be29142fa532d34d29367fbe5ba1c4f1bc00 /dev-perl/CryptX | |
parent | dev-perl/Crypt-Rijndael: amd64 stable wrt bug #717060 (diff) | |
download | gentoo-f9feb885e6ed82aa420007640a00f3c86517e012.tar.gz gentoo-f9feb885e6ed82aa420007640a00f3c86517e012.tar.bz2 gentoo-f9feb885e6ed82aa420007640a00f3c86517e012.zip |
dev-perl/CryptX: amd64 stable wrt bug #717060
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-perl/CryptX')
-rw-r--r-- | dev-perl/CryptX/CryptX-0.64.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CryptX/CryptX-0.64.0.ebuild b/dev-perl/CryptX/CryptX-0.64.0.ebuild index 601beefc2f56..f2a24ff256ef 100644 --- a/dev-perl/CryptX/CryptX-0.64.0.ebuild +++ b/dev-perl/CryptX/CryptX-0.64.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Self-contained crypto toolkit" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test minimal" RESTRICT="!test? ( test )" |