summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-15 05:16:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-15 05:16:57 +0000
commit541464b99c6420dcbc06c649b89d57e7600de631 (patch)
tree54b773de0a1c1397128a3508c9d0a9e230a1ea17 /eclass
parentuse virtual/fam (Manifest recommit) (diff)
downloadgentoo-2-541464b99c6420dcbc06c649b89d57e7600de631.tar.gz
gentoo-2-541464b99c6420dcbc06c649b89d57e7600de631.tar.bz2
gentoo-2-541464b99c6420dcbc06c649b89d57e7600de631.zip
LICENSE fix
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-binutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index 2f4e366b727e..7b78cbeeae1a 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.1 2004/11/14 09:05:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.2 2004/11/15 05:16:57 mr_bones_ Exp $
inherit eutils libtool flag-o-matic gnuconfig
ECLASS=toolchain
@@ -18,7 +18,7 @@ SRC_URI="mirror://kernel/linux/devel/binutils/${P}.tar.bz2
[ -n "${UCLIBC_PATCHVER}" ] && \
SRC_URI="${SRC_URI} mirror://gentoo/${PN}-${PV:0:4}-uclibc-patches-${UCLIBC_PATCHVER}.tar.bz2"
-LICENSE="GPL-2 | LGPL-2"
+LICENSE="|| ( GPL-2 LGPL-2 )"
use cross \
&& SLOT="${CTARGET}-${PV}" \
|| SLOT="${CTARGET}"