commit: 6c1b12cd04afec679d6c792026e3abd5dd4ce778
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 9 20:58:14 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 9 21:01:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1b12cd
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 <AT> gentoo.org>
...le-Msgfmt-0.150.0-r1.ebuild => Locale-Msgfmt-0.150.0-r2.ebuild} | 7 +------
1 file changed, 1 insertion(+), 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
similarity index 81%
rename from dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild
rename to dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r2.ebuild
index e323935fef0..d2dc2c9b141 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 ||