diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-10 19:28:49 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-10 19:44:03 +0200 |
commit | 28eba21d634cadb5ba680c55c95d60f13f26d606 (patch) | |
tree | de1e48ad3984423c1b6d06c051c9b05d4609c2c7 /dev-perl | |
parent | dev-perl/Cisco-Reconfig: EAPI=8 bump (diff) | |
download | gentoo-28eba21d634cadb5ba680c55c95d60f13f26d606.tar.gz gentoo-28eba21d634cadb5ba680c55c95d60f13f26d606.tar.bz2 gentoo-28eba21d634cadb5ba680c55c95d60f13f26d606.zip |
dev-perl/Class-Accessor-Lite: 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/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r2.ebuild (renamed from dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild b/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r2.ebuild index 6c52d2875056..ad872c3c9075 100644 --- a/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild +++ b/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r2.ebuild @@ -1,18 +1,21 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=KAZUHO DIST_VERSION=0.08 inherit perl-module DESCRIPTION="A minimalistic variant of Class::Accessor" -# License note: perl X.y or later perl X -# https://bugs.gentoo.org/718946#c5 + SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -BDEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.360.0" + +BDEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.360.0 +" + PATCHES=( "${FILESDIR}/${PN}-0.08-no-dot-inc.patch" ) |