commit: d120f29d46645aeba6d1b997878f90b0421b4408
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:01:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:09:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d120f29d
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 <AT> gentoo.org>
dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild | 6 +++---
1 file 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 913a3df0cca..3d6fcfcbfe1 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 )
"