diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-03-03 14:13:40 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-03-03 14:13:40 +0000 |
commit | 8d811d001e07a0c18042cfedc83b70957d88cf18 (patch) | |
tree | d205653d0fcfe76b97447ee55ad85d93ea8cae02 /sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild | |
parent | initial commit. (diff) | |
download | gentoo-2-8d811d001e07a0c18042cfedc83b70957d88cf18.tar.gz gentoo-2-8d811d001e07a0c18042cfedc83b70957d88cf18.tar.bz2 gentoo-2-8d811d001e07a0c18042cfedc83b70957d88cf18.zip |
remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has been deprecated a while ago
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild index 305c14a35623..9d25127d939e 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.24 2006/01/26 02:17:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.25 2006/03/03 14:13:40 blubb Exp $ inherit eutils multilib flag-o-matic toolchain-funcs versionator @@ -67,8 +67,6 @@ DEPEND=">=sys-devel/gcc-3.2.3-r1 selinux? ( !build? ( sys-libs/libselinux ) )" RDEPEND="nls? ( sys-devel/gettext ) selinux? ( !build? ( sys-libs/libselinux ) )" -# until amd64's 2004.3 is purged out of existence -PDEPEND="amd64? ( multilib? ( ~app-emulation/emul-linux-x86-glibc-${PV} ) )" PROVIDE="virtual/libc" |