summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-06-29 23:52:37 +1200
committerKent Fredric <kentnl@gentoo.org>2020-06-29 23:52:37 +1200
commit85ff4d5fc6f7662b4b8fc33827ba2c913f9e4753 (patch)
tree301353914eecc4ae1d62c0fe4832c25a1b2439e8 /dev-perl/Coro
parentdev-perl/Coro: -r bump for EAPI7 & CFLAGS love (diff)
downloadgentoo-85ff4d5fc6f7662b4b8fc33827ba2c913f9e4753.tar.gz
gentoo-85ff4d5fc6f7662b4b8fc33827ba2c913f9e4753.tar.bz2
gentoo-85ff4d5fc6f7662b4b8fc33827ba2c913f9e4753.zip
dev-perl/Coro: Correct LICENSE
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Coro')
-rw-r--r--dev-perl/Coro/Coro-6.514.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Coro/Coro-6.514.0-r1.ebuild b/dev-perl/Coro/Coro-6.514.0-r1.ebuild
index beff12e5aaa8..83c430d2bd92 100644
--- a/dev-perl/Coro/Coro-6.514.0-r1.ebuild
+++ b/dev-perl/Coro/Coro-6.514.0-r1.ebuild
@@ -9,7 +9,7 @@ DIST_EXAMPLES=( "eg/*" )
inherit perl-module
DESCRIPTION="The only real threads in perl"
-
+LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+ || ( BSD-2 GPL-2+ )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+ev event"