diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 13:27:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 13:27:50 +0000 |
commit | e444dc852ce80679fea7b7037fb3ca09c896f55e (patch) | |
tree | 13d36873dc6228b4c6988cab9e5e02ea84dc4e2e /dev-embedded/avr-binutils | |
parent | Fixes #55200. (diff) | |
download | historical-e444dc852ce80679fea7b7037fb3ca09c896f55e.tar.gz historical-e444dc852ce80679fea7b7037fb3ca09c896f55e.tar.bz2 historical-e444dc852ce80679fea7b7037fb3ca09c896f55e.zip |
clean up things and change glibc to libc
Diffstat (limited to 'dev-embedded/avr-binutils')
-rw-r--r-- | dev-embedded/avr-binutils/avr-binutils-2.14.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild b/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild index 2edbf62ba31b..565a4feac391 100644 --- a/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild +++ b/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild,v 1.4 2004/06/24 22:05:37 agriffis Exp $ - -IUSE="nls" +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avr-binutils/avr-binutils-2.14.ebuild,v 1.5 2004/06/29 13:20:42 vapier Exp $ MY_P=${P/avr-/} S=${WORKDIR}/${MY_P} @@ -10,11 +8,12 @@ DESCRIPTION="The GNU binutils for the AVR microcontroller architecture" HOMEPAGE="http://sources.redhat.com/binutils" SRC_URI="http://ftp.gnu.org/gnu/binutils/${MY_P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" +IUSE="nls" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf \ |