commit:     11eaa8ca55c22a6c32b61c51a18dd377f05b3245
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 16:04:32 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 16:11:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11eaa8ca

dev-perl/Module-Build-WithXSpp: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...build => Module-Build-WithXSpp-0.140.0-r1.ebuild} | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild 
b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0-r1.ebuild
similarity index 57%
rename from dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
rename to dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0-r1.ebuild
index 0ec436fdbc73..47da95c6d6dd 100644
--- a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
+++ b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0-r1.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-DIST_AUTHOR="SMUELLER"
+DIST_AUTHOR=SMUELLER
 DIST_VERSION=0.14
 inherit perl-module
 
 DESCRIPTION="XS++ enhanced flavour of Module::Build"
-
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=">=dev-perl/ExtUtils-CppGuess-0.40.0
+RDEPEND="
+       >=dev-perl/ExtUtils-CppGuess-0.40.0
        >=dev-perl/ExtUtils-XSpp-0.110.0
        virtual/perl-Digest-MD5
        virtual/perl-ExtUtils-CBuilder
        >=virtual/perl-ExtUtils-ParseXS-2.220.500
-       >=dev-perl/Module-Build-0.260.0"
-DEPEND="${RDEPEND}
-       test? ( virtual/perl-Test-Simple )"
+       >=dev-perl/Module-Build-0.260.0
+"
+BDEPEND="${RDEPEND}
+       test? ( virtual/perl-Test-Simple )
+"

Reply via email to