diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:11:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:11:40 +0000 |
commit | 18e5ae7e13ba7b36e2d11b7f6718483f73827cb3 (patch) | |
tree | 0ed196cfbd21dddea89f3d894fc05bc6f756d38a /dev-embedded | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-18e5ae7e13ba7b36e2d11b7f6718483f73827cb3.tar.gz historical-18e5ae7e13ba7b36e2d11b7f6718483f73827cb3.tar.bz2 historical-18e5ae7e13ba7b36e2d11b7f6718483f73827cb3.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/avr-binutils/avr-binutils-2.15.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/avr-gcc/avr-gcc-3.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/tigcc/tigcc-0.95_beta19-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-embedded/avr-binutils/avr-binutils-2.15.ebuild b/dev-embedded/avr-binutils/avr-binutils-2.15.ebuild index cd13398b2130..2c97dd5299ee 100644 --- a/dev-embedded/avr-binutils/avr-binutils-2.15.ebuild +++ b/dev-embedded/avr-binutils/avr-binutils-2.15.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/dev-embedded/avr-binutils/avr-binutils-2.15.ebuild,v 1.1 2004/09/23 15:48:28 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avr-binutils/avr-binutils-2.15.ebuild,v 1.2 2004/09/28 01:09:51 mr_bones_ Exp $ IUSE="nls" @@ -15,7 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf \ diff --git a/dev-embedded/avr-gcc/avr-gcc-3.4.2.ebuild b/dev-embedded/avr-gcc/avr-gcc-3.4.2.ebuild index 8984c9dbdc8b..07381d4c8637 100644 --- a/dev-embedded/avr-gcc/avr-gcc-3.4.2.ebuild +++ b/dev-embedded/avr-gcc/avr-gcc-3.4.2.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/dev-embedded/avr-gcc/avr-gcc-3.4.2.ebuild,v 1.1 2004/09/23 15:57:39 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avr-gcc/avr-gcc-3.4.2.ebuild,v 1.2 2004/09/28 01:11:06 mr_bones_ Exp $ IUSE="nls" @@ -15,7 +15,7 @@ LICENSE="GPL-2" KEYWORDS="-*" #KEYWORDS="~x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=dev-embedded/avr-binutils-2.15" src_compile() { diff --git a/dev-embedded/tigcc/tigcc-0.95_beta19-r1.ebuild b/dev-embedded/tigcc/tigcc-0.95_beta19-r1.ebuild index 16ed07336ac5..6892d824af3e 100644 --- a/dev-embedded/tigcc/tigcc-0.95_beta19-r1.ebuild +++ b/dev-embedded/tigcc/tigcc-0.95_beta19-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/dev-embedded/tigcc/tigcc-0.95_beta19-r1.ebuild,v 1.1 2004/09/25 00:57:10 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/tigcc/tigcc-0.95_beta19-r1.ebuild,v 1.2 2004/09/28 01:11:40 mr_bones_ Exp $ inherit eutils @@ -32,7 +32,7 @@ KEYWORDS="x86" #KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-devel/binutils-2.14.90.0.6-r1 >=sys-devel/bison-1.875" |