diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-15 19:08:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-15 19:09:10 +0200 |
commit | 715059c7b06b0927d1516c8d36cc22e8e264223c (patch) | |
tree | da70ffb8a10a0d5d9e1edb1451668bbc69c2d8f6 /dev-perl/Bit-Vector | |
parent | dev-python/dns-lexicon: add 3.7.0, enable py3.10 and tests (diff) | |
download | gentoo-715059c7b06b0927d1516c8d36cc22e8e264223c.tar.gz gentoo-715059c7b06b0927d1516c8d36cc22e8e264223c.tar.bz2 gentoo-715059c7b06b0927d1516c8d36cc22e8e264223c.zip |
dev-perl/Bit-Vector: Simplify license info
Closes: https://bugs.gentoo.org/721222
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/Bit-Vector')
-rw-r--r-- | dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild b/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild index 877fdb3b4281..5c95728b2454 100644 --- a/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild +++ b/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild @@ -8,8 +8,10 @@ DIST_VERSION=7.4 inherit perl-module DESCRIPTION="Efficient bit vector, set of integers and big int math library" -# License note: upstream mess, bug #721222 -LICENSE="|| ( Artistic ( GPL-1 GPL-1+ ) ) LGPL-2 LGPL-2+" + +# License note: upstream mess, bug #721222, upstream is fine with "perl" +# https://rt.cpan.org/Public/Bug/Display.html?id=132512 + SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |