diff options
author | 2021-10-30 20:35:30 +0200 | |
---|---|---|
committer | 2021-10-30 20:46:07 +0200 | |
commit | 30a737eee1a8a3840db7020b04512256c6567f46 (patch) | |
tree | d18ffe9c5341c6052853a3031462e295d32f524f /dev-perl | |
parent | www-client/chromium: Stabilize 95.0.4638.69 amd64, #820866 (diff) | |
download | gentoo-30a737eee1a8a3840db7020b04512256c6567f46.tar.gz gentoo-30a737eee1a8a3840db7020b04512256c6567f46.tar.bz2 gentoo-30a737eee1a8a3840db7020b04512256c6567f46.zip |
dev-perl/Getopt-GUI-Long: 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')
-rw-r--r-- | dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild (renamed from dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild index 1a39061a421e..e0a59e3b4c44 100644 --- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild +++ b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=HARDAKER DIST_VERSION=0.93 @@ -12,10 +12,11 @@ DESCRIPTION="Auto-GUI extending Getopt::Long" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" -RDEPEND="virtual/perl-File-Temp - virtual/perl-Getopt-Long" +RDEPEND=" + virtual/perl-File-Temp + virtual/perl-Getopt-Long +" src_test() { local MODULES=( |