diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-28 23:28:07 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-28 23:30:11 +0200 |
commit | a7ed24fcd34b479b37c9effc8407774566f22782 (patch) | |
tree | e917e8d330a4b52f756bb63788071eba8155e427 /dev-perl/ExtUtils-XSpp | |
parent | dev-perl/ExtUtils-XSBuilder: Remove old (diff) | |
download | gentoo-a7ed24fcd34b479b37c9effc8407774566f22782.tar.gz gentoo-a7ed24fcd34b479b37c9effc8407774566f22782.tar.bz2 gentoo-a7ed24fcd34b479b37c9effc8407774566f22782.zip |
dev-perl/ExtUtils-XSpp: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-XSpp')
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild index 5ba6a694b795..37d5f76fc499 100644 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.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="XS for C++" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" @@ -18,7 +18,6 @@ RDEPEND=" >=virtual/perl-Digest-MD5-2.0.0 >=virtual/perl-ExtUtils-ParseXS-3.70.0 " -DEPEND="dev-perl/Module-Build" BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.400.0 test? ( @@ -26,9 +25,11 @@ BDEPEND="${RDEPEND} dev-perl/Test-Base ) " + PATCHES=( "${FILESDIR}/${P}-no-dot-inc.patch" ) + PERL_RM_FILES=( "t/zzz_pod.t" ) |