diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-11 23:10:49 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-11 23:25:39 +0200 |
commit | abec57e0d2751e54671e9bfa7326e985b2d4246f (patch) | |
tree | 8aefed44216700a40f7bb5d083214d6d1ddf463a /dev-perl/Symbol-Global-Name | |
parent | dev-perl/Switch: EAPI=8 bump (diff) | |
download | gentoo-abec57e0d2751e54671e9bfa7326e985b2d4246f.tar.gz gentoo-abec57e0d2751e54671e9bfa7326e985b2d4246f.tar.bz2 gentoo-abec57e0d2751e54671e9bfa7326e985b2d4246f.zip |
dev-perl/Symbol-Global-Name: EAPI=8 bump
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/Symbol-Global-Name')
-rw-r--r-- | dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0-r1.ebuild (renamed from dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0-r1.ebuild index cc76499e7c2e..5de6075edf2c 100644 --- a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild +++ b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0-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=ALEXMV DIST_VERSION=0.05 @@ -12,11 +12,9 @@ DESCRIPTION="Finds name and type of a global variable" LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} test? ( >=virtual/perl-Test-Simple-0.96 ) " |