diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-06-17 02:47:26 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-06-17 02:47:26 +0000 |
commit | 1b7c09a0fe5984d7714bd846a60a84f19b20d6df (patch) | |
tree | b75ce3ad1c47f0b47f526f7872575b3a3ac5c28a /dev-lang/ispc/ispc-1.2.2.ebuild | |
parent | marked x86 per bug 418449 (diff) | |
download | gentoo-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/ispc-1.2.2.ebuild')
-rw-r--r-- | dev-lang/ispc/ispc-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |