summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-09 21:58:14 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-09 22:01:50 +0100
commit6c1b12cd04afec679d6c792026e3abd5dd4ce778 (patch)
treeaf2fd932b6919c5aa09245bc4058c2c85c5f1b56 /dev-perl/Locale-Msgfmt
parentdev-perl/Locale-Maketext-Fuzzy: EAPI=8 bump (diff)
downloadgentoo-6c1b12cd04afec679d6c792026e3abd5dd4ce778.tar.gz
gentoo-6c1b12cd04afec679d6c792026e3abd5dd4ce778.tar.bz2
gentoo-6c1b12cd04afec679d6c792026e3abd5dd4ce778.zip
dev-perl/Locale-Msgfmt: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
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 ||