summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Locale-Msgfmt')
-rw-r--r--dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r2.ebuild (renamed from dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild)7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild b/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r2.ebuild
index e323935fef08..d2dc2c9b1414 100644
--- a/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild
+++ b/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=AZAWAWI
DIST_VERSION=0.15
@@ -11,11 +11,6 @@ DESCRIPTION="Compile .po files to .mo files"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="test? ( virtual/perl-Test-Simple )"
src_prepare() {
sed -i -e 's/use inc::Module::Install::DSL/use lib q[.];\nuse inc::Module::Install::DSL/' Makefile.PL ||