diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 20:27:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 20:28:20 +0200 |
commit | 4c349b96412f3a578a58a8ff26eb518718de4fa1 (patch) | |
tree | a0931531de838714a5dfda9a2c619e09498bf7a4 /dev-perl/Getopt-ArgvFile | |
parent | dev-perl/Geo-IP: EAPI=7 bump (diff) | |
download | gentoo-4c349b96412f3a578a58a8ff26eb518718de4fa1.tar.gz gentoo-4c349b96412f3a578a58a8ff26eb518718de4fa1.tar.bz2 gentoo-4c349b96412f3a578a58a8ff26eb518718de4fa1.zip |
dev-perl/Getopt-ArgvFile: EAPI=7 bump
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/Getopt-ArgvFile')
-rw-r--r-- | dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0-r2.ebuild (renamed from dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0-r1.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0-r1.ebuild b/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0-r2.ebuild index 3e189174f0b3..adb5a9d06336 100644 --- a/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0-r1.ebuild +++ b/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=JSTENZEL -MODULE_VERSION=1.11 +DIST_AUTHOR=JSTENZEL +DIST_VERSION=1.11 inherit perl-module DESCRIPTION="This module is a simple supplement to other option handling modules" @@ -12,6 +12,3 @@ DESCRIPTION="This module is a simple supplement to other option handling modules SLOT="0" LICENSE="|| ( Artistic Artistic-2 )" # Artistic+ KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" |