summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-15 23:07:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-15 23:15:54 +0200
commitf1d1c80df73791e5c79de03630ea04a79117109f (patch)
tree43d837491fc527b3adf0c9925a9397e6af338a0a
parentdev-perl/Data-Uniqid: Remove old (diff)
downloadgentoo-f1d1c80df73791e5c79de03630ea04a79117109f.tar.gz
gentoo-f1d1c80df73791e5c79de03630ea04a79117109f.tar.bz2
gentoo-f1d1c80df73791e5c79de03630ea04a79117109f.zip
dev-perl/Data-Utilities: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
index ea54a3c9dcfe..f7df20fd3d62 100644
--- a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
+++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Merge nested Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -23,6 +23,7 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.440.0
)
"
+
# Its a silly EUMM Shim
# and it doesn't work anyway without '.' in @INC
PREFER_BUILDPL=no