aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-06-16 20:39:11 -0600
committerChristoph Junghans <ottxor@gentoo.org>2012-06-16 20:39:11 -0600
commitc9c084567c4caa1456b2da668ff060deebab4ce7 (patch)
tree897529c273531bbbcc4394d824ddb3396e34d5dd /dev-lang
parentdev-perl/Const-Fast, dev-perl/File-Map, dev-perl/OpenGL, dev-perl/PDL, dev-pe... (diff)
downloadsci-c9c084567c4caa1456b2da668ff060deebab4ce7.tar.gz
sci-c9c084567c4caa1456b2da668ff060deebab4ce7.tar.bz2
sci-c9c084567c4caa1456b2da668ff060deebab4ce7.zip
fixed redundant license (bug #421401)
(Portage version: 2.2.0_alpha110/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ispc/ChangeLog3
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
index d441c7951..04f5d93d1 100644
--- a/dev-lang/ispc/ChangeLog
+++ b/dev-lang/ispc/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Jun 2012; Christoph Junghans <ottxor@gentoo.org> ispc-9999.ebuild:
+ fixed redundant license (bug #421401)
+
*ispc-9999 (14 Jun 2012)
14 Jun 2012; Christoph Junghans <ottxor@gentoo.org> +ispc-9999.ebuild,
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
index f45d86035..39310520e 100644
--- a/dev-lang/ispc/ispc-9999.ebuild
+++ b/dev-lang/ispc/ispc-9999.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
EGIT_REPO_URI="git://github.com/ispc/ispc.git"
-LICENSE="ispc"
+LICENSE="BSD BSD-2 UoI-NCSA"
SLOT="0"
KEYWORDS="~x86"
IUSE="examples"