diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 20:00:56 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 20:16:41 +0200 |
commit | fd9ed3521b1693dc02ee3684d4c5b42aa3f53d3f (patch) | |
tree | 1476640ab594d8fd132738cbfa7590ccdbed3d61 /dev-perl | |
parent | dev-perl/Set-IntSpan: EAPI=8 bump (diff) | |
download | gentoo-fd9ed3521b1693dc02ee3684d4c5b42aa3f53d3f.tar.gz gentoo-fd9ed3521b1693dc02ee3684d4c5b42aa3f53d3f.tar.bz2 gentoo-fd9ed3521b1693dc02ee3684d4c5b42aa3f53d3f.zip |
dev-perl/Set-Scalar: 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')
-rw-r--r-- | dev-perl/Set-Scalar/Set-Scalar-1.290.0-r1.ebuild (renamed from dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild b/dev-perl/Set-Scalar/Set-Scalar-1.290.0-r1.ebuild index 71be6749a77b..7aa3aae058cf 100644 --- a/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild +++ b/dev-perl/Set-Scalar/Set-Scalar-1.290.0-r1.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=DAVIDO -MODULE_VERSION=1.29 +DIST_AUTHOR=DAVIDO +DIST_VERSION=1.29 inherit perl-module DESCRIPTION="Scalar set operations" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do" |