diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 20:51:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 21:51:26 +0200 |
commit | a83c8695ff8458465d6a8aae1c7403c783a9897b (patch) | |
tree | 008cc228c84c4c988b94857994f441ee9f73d25c /dev-perl/File-ShareDir-ProjectDistDir | |
parent | dev-perl/File-ShareDir-Install: Remove old (diff) | |
download | gentoo-a83c8695ff8458465d6a8aae1c7403c783a9897b.tar.gz gentoo-a83c8695ff8458465d6a8aae1c7403c783a9897b.tar.bz2 gentoo-a83c8695ff8458465d6a8aae1c7403c783a9897b.zip |
dev-perl/File-ShareDir-ProjectDistDir: 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/File-ShareDir-ProjectDistDir')
-rw-r--r-- | dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9-r1.ebuild (renamed from dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild b/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9-r1.ebuild index 89d299783aa2..9aafb2cdc765 100644 --- a/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild +++ b/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9-r1.ebuild @@ -1,7 +1,7 @@ -# 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=KENTNL DIST_VERSION=1.000009 @@ -10,8 +10,7 @@ inherit perl-module DESCRIPTION="Simple set-and-forget using of a '/share' directory in your projects root" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" +IUSE="minimal" RDEPEND=" !minimal? ( >=dev-perl/Path-Tiny-0.58.0 ) @@ -22,7 +21,7 @@ RDEPEND=" dev-perl/Path-Tiny dev-perl/Sub-Exporter " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker !minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 ) test? ( |