summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-12 22:01:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-12 22:09:42 +0200
commitd120f29d46645aeba6d1b997878f90b0421b4408 (patch)
treebc93d3c668ab44a4b781d582534d68c1c57c3b06 /dev-perl
parentdev-perl/Crypt-Twofish: Remove old (diff)
downloadgentoo-d120f29d46645aeba6d1b997878f90b0421b4408.tar.gz
gentoo-d120f29d46645aeba6d1b997878f90b0421b4408.tar.bz2
gentoo-d120f29d46645aeba6d1b997878f90b0421b4408.zip
dev-perl/Crypt-X509: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
index 913a3df0ccae..3d6fcfcbfe1c 100644
--- a/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
+++ b/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ DESCRIPTION="Parse a X.509 certificate"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -20,5 +20,5 @@ RDEPEND="
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.96 )
+ test? ( >=virtual/perl-Test-Simple-0.960.0 )
"