diff options
author | Travis Tilley <lv@gentoo.org> | 2004-09-28 21:55:00 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-09-28 21:55:00 +0000 |
commit | f2c37843358a0c5b8f464ba3bc32f1d653074582 (patch) | |
tree | 976ec9b440c0e1ccd787d9d18f3be5faa849539f /sys-libs | |
parent | plays nicely with libexif-0.6 (Manifest recommit) (diff) | |
download | gentoo-2-f2c37843358a0c5b8f464ba3bc32f1d653074582.tar.gz gentoo-2-f2c37843358a0c5b8f464ba3bc32f1d653074582.tar.bz2 gentoo-2-f2c37843358a0c5b8f464ba3bc32f1d653074582.zip |
add silly amd64 multilib glibc pdep
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040928.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild index 491bceee4658..d4d84b35dc1c 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808.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-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.20 2004/09/22 02:00:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.21 2004/09/28 21:55:00 lv Exp $ inherit eutils flag-o-matic gcc @@ -56,6 +56,8 @@ DEPEND=">=sys-devel/gcc-3.2.3-r1 RDEPEND="virtual/os-headers sys-apps/baselayout nls? ( sys-devel/gettext )" +# until we compile the 32bit glibc here +PDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )" PROVIDE="virtual/glibc virtual/libc" diff --git a/sys-libs/glibc/glibc-2.3.4.20040928.ebuild b/sys-libs/glibc/glibc-2.3.4.20040928.ebuild index e49d4edeeafc..9fc9895c3ba7 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040928.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040928.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-libs/glibc/glibc-2.3.4.20040928.ebuild,v 1.1 2004/09/28 13:23:37 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040928.ebuild,v 1.2 2004/09/28 21:55:00 lv Exp $ inherit eutils flag-o-matic gcc @@ -58,6 +58,8 @@ DEPEND=">=sys-devel/gcc-3.2.3-r1 RDEPEND="virtual/os-headers sys-apps/baselayout nls? ( sys-devel/gettext )" +# until we compile the 32bit glibc here +PDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )" PROVIDE="virtual/glibc virtual/libc" |