commit: 302604ee8417de5bfe75da70760d99ca707ebf31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 03:03:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 03:03:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302604ee
dev-perl/PDF-API2: Stabilize 2.42.0 amd64, #833669
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
index 696127e032ff..dadb1d0f46ba 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF
files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0