commit:     939a0652d71e084372cdb6f6350202c40879852a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 14:46:06 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 24 14:46:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939a0652

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 <AT> gentoo.org>

 .../AtExit/{AtExit-2.30.0.ebuild => AtExit-2.30.0-r1.ebuild} | 12 ++++++++----
 1 file 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
similarity index 66%
rename from dev-perl/AtExit/AtExit-2.30.0.ebuild
rename to dev-perl/AtExit/AtExit-2.30.0-r1.ebuild
index fdbd88b8c8f..0e554dfd7e5 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

Reply via email to