diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-15 05:16:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-15 05:16:57 +0000 |
commit | 1743788fb19916107187260cc4ab5b99990b6efb (patch) | |
tree | bb715ed815f3d612050503b15f1b52136ad73760 /eclass | |
parent | use virtual/fam (diff) | |
download | historical-1743788fb19916107187260cc4ab5b99990b6efb.tar.gz historical-1743788fb19916107187260cc4ab5b99990b6efb.tar.bz2 historical-1743788fb19916107187260cc4ab5b99990b6efb.zip |
LICENSE fix
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
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}" |