diff options
author | 2004-12-09 23:46:46 +0000 | |
---|---|---|
committer | 2004-12-09 23:46:46 +0000 | |
commit | 7a39e3989d362a9ca2f78d75e3c23e50e75f1623 (patch) | |
tree | ed3b4060cfcfdcfdc17bff34a25ffd7debf8fb1e /sys-devel | |
parent | Add "virtual" for net-mail/teapop. See bug #65821. (diff) | |
download | gentoo-2-7a39e3989d362a9ca2f78d75e3c23e50e75f1623.tar.gz gentoo-2-7a39e3989d362a9ca2f78d75e3c23e50e75f1623.tar.bz2 gentoo-2-7a39e3989d362a9ca2f78d75e3c23e50e75f1623.zip |
revert SLOT behavior
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild index cfb944ea11e1..fbdc1fc5370f 100644 --- a/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild @@ -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/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild,v 1.14 2004/12/01 14:08:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild,v 1.15 2004/12/09 23:46:46 vapier Exp $ inherit eutils libtool flag-o-matic gnuconfig @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/linux/devel/binutils/${P}.tar.bz2 mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" -SLOT="${CTARGET:-${CHOST}}" +SLOT="0" KEYWORDS="-* ~amd64 ~arm hppa ~ia64 ~x86 ~sparc" IUSE="nls bootstrap build multitarget uclibc" |