diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-23 16:54:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-23 16:54:53 +0000 |
commit | af169dd87070125ebcd53ffd172d2faf48ab415a (patch) | |
tree | 6fa45843accc50969e17fd4012f7d7a07c654b5e /eclass/toolchain-binutils.eclass | |
parent | New version (0.6.4) (Manifest recommit) (diff) | |
download | gentoo-2-af169dd87070125ebcd53ffd172d2faf48ab415a.tar.gz gentoo-2-af169dd87070125ebcd53ffd172d2faf48ab415a.tar.bz2 gentoo-2-af169dd87070125ebcd53ffd172d2faf48ab415a.zip |
update uclibc patch naming
Diffstat (limited to 'eclass/toolchain-binutils.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 975589977034..fd43b39791c2 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.5 2004/11/16 06:18:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.6 2004/11/23 16:54:53 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -20,7 +20,7 @@ SRC_URI="mirror://kernel/linux/devel/binutils/${P}.tar.bz2 [ -n "${PATCHVER}" ] && \ SRC_URI="${SRC_URI} mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2" [ -n "${UCLIBC_PATCHVER}" ] && \ - SRC_URI="${SRC_URI} mirror://gentoo/${PN}-${PV:0:4}-uclibc-patches-${UCLIBC_PATCHVER}.tar.bz2" + SRC_URI="${SRC_URI} mirror://gentoo/${P}-uclibc-patches-${UCLIBC_PATCHVER}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" IUSE="nls bootstrap build multitarget uclibc cross" |