diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 21:16:52 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 21:16:52 +0200 |
commit | 01ddf3993c5e2f7683fcdf555d4b0f89397c9b3e (patch) | |
tree | 7db11e74b6a8cbc229035ab742e049c44e178f95 /dev-perl | |
parent | dev-perl/Module-Starter: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser (diff) | |
download | gentoo-01ddf3993c5e2f7683fcdf555d4b0f89397c9b3e.tar.gz gentoo-01ddf3993c5e2f7683fcdf555d4b0f89397c9b3e.tar.bz2 gentoo-01ddf3993c5e2f7683fcdf555d4b0f89397c9b3e.zip |
dev-perl/PDL: EAPI=8, virtual/perl-Pod-Parser -> dev-perl/...
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PDL/PDL-2.17.0-r2.ebuild (renamed from dev-perl/PDL/PDL-2.17.0-r1.ebuild) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/PDL/PDL-2.17.0-r1.ebuild b/dev-perl/PDL/PDL-2.17.0-r2.ebuild index 859935cf5bc9..2b4ef3f9d7e6 100644 --- a/dev-perl/PDL/PDL-2.17.0-r1.ebuild +++ b/dev-perl/PDL/PDL-2.17.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=CHM DIST_VERSION=2.017 @@ -17,7 +17,6 @@ SLOT="0" KEYWORDS="amd64 arm ppc x86" IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads test" -RESTRICT="!test? ( test )" RDEPEND="sys-libs/ncurses:0= app-arch/sharutils @@ -30,7 +29,7 @@ RDEPEND="sys-libs/ncurses:0= dev-perl/TermReadKey || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu ) >=virtual/perl-Data-Dumper-2.121.0 - virtual/perl-Pod-Parser + dev-perl/Pod-Parser virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Filter-Simple @@ -53,6 +52,9 @@ RDEPEND="sys-libs/ncurses:0= " DEPEND="${RDEPEND} +" + +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.560.0 dev-perl/Devel-CheckLib fortran? ( >=dev-perl/ExtUtils-F77-1.13 ) |