summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-06-17 02:47:26 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-06-17 02:47:26 +0000
commit1b7c09a0fe5984d7714bd846a60a84f19b20d6df (patch)
treeb75ce3ad1c47f0b47f526f7872575b3a3ac5c28a /dev-lang/ispc
parentmarked x86 per bug 418449 (diff)
downloadgentoo-2-1b7c09a0fe5984d7714bd846a60a84f19b20d6df.tar.gz
gentoo-2-1b7c09a0fe5984d7714bd846a60a84f19b20d6df.tar.bz2
gentoo-2-1b7c09a0fe5984d7714bd846a60a84f19b20d6df.zip
fixed redundant license (bug #421401)
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r--dev-lang/ispc/ChangeLog5
-rw-r--r--dev-lang/ispc/ispc-1.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
index a24e11f18d76..68025d78b3e5 100644
--- a/dev-lang/ispc/ChangeLog
+++ b/dev-lang/ispc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ispc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.1 2012/06/14 17:31:34 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.2 2012/06/17 02:47:26 ottxor Exp $
+
+ 17 Jun 2012; Christoph Junghans <ottxor@gentoo.org> ispc-1.2.2.ebuild:
+ fixed redundant license (bug #421401)
*ispc-1.2.2 (14 Jun 2012)
diff --git a/dev-lang/ispc/ispc-1.2.2.ebuild b/dev-lang/ispc/ispc-1.2.2.ebuild
index fe46dd783e23..f4c6bd086822 100644
--- a/dev-lang/ispc/ispc-1.2.2.ebuild
+++ b/dev-lang/ispc/ispc-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.2.2.ebuild,v 1.1 2012/06/14 17:31:34 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.2.2.ebuild,v 1.2 2012/06/17 02:47:26 ottxor Exp $
EAPI=4
GITHUB_ID="2c75ac1"
@@ -12,7 +12,7 @@ HOMEPAGE="http://ispc.github.com/"
SRC_URI="https://github.com/ispc/ispc/tarball/v${PV} -> ${PN}-git-${PV}.tgz"
S="${WORKDIR}/${PN}-${PN}-${GITHUB_ID}"
-LICENSE="ispc"
+LICENSE="BSD BSD-2 UoI-NCSA"
SLOT="0"
KEYWORDS="~x86"
IUSE="examples"