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:43:03 -0600
commit6db0d7b1c08f2e79350416b33d60a5f5f2f37022 (patch)
tree5f6fa621962d87897d30e208ffa10f526a24b4e7
parentsci-geosciences/harmonics-dwf-20120302: Fixed problem where "S" directory (diff)
downloadsci-6db0d7b1c08f2e79350416b33d60a5f5f2f37022.tar.gz
sci-6db0d7b1c08f2e79350416b33d60a5f5f2f37022.tar.bz2
sci-6db0d7b1c08f2e79350416b33d60a5f5f2f37022.zip
fixed redundant license (bug #421401)
(Portage version: 2.2.0_alpha110/git/Linux i686, unsigned Manifest commit)
-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"