diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-24 16:46:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-24 16:46:06 +0200 |
commit | 939a0652d71e084372cdb6f6350202c40879852a (patch) | |
tree | e3966b689ce82e2591c1d96da2836af77fd9352d | |
parent | dev-perl/Digest-HMAC: Remove old (diff) | |
download | gentoo-939a0652d71e084372cdb6f6350202c40879852a.tar.gz gentoo-939a0652d71e084372cdb6f6350202c40879852a.tar.bz2 gentoo-939a0652d71e084372cdb6f6350202c40879852a.zip |
dev-perl/AtExit: Set license to Artistic (smallest common denom.)
Closes: https://bugs.gentoo.org/721204
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/AtExit/AtExit-2.30.0-r1.ebuild (renamed from dev-perl/AtExit/AtExit-2.30.0.ebuild) | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/AtExit/AtExit-2.30.0.ebuild b/dev-perl/AtExit/AtExit-2.30.0-r1.ebuild index fdbd88b8c8fb..0e554dfd7e56 100644 --- a/dev-perl/AtExit/AtExit-2.30.0.ebuild +++ b/dev-perl/AtExit/AtExit-2.30.0-r1.ebuild @@ -1,14 +1,18 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DIST_AUTHOR=NEILB DIST_VERSION=2.03 inherit perl-module DESCRIPTION="atexit() function to register exit-callbacks" -LICENSE="|| ( Artistic Artistic-2 )" + +# smallest common denominator, see +# https://bugs.gentoo.org/721204 +# https://rt.cpan.org/Public/Bug/Display.html?id=132447 +LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 ~ia64 ppc sparc x86" @@ -18,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter " -DEPEND="${RDEPEND} +BEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Capture-Tiny |