diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-12 20:02:38 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-12 20:02:38 +0000 |
commit | fd0903acc2687ce772268d0a41d3705c3b884cec (patch) | |
tree | 0a018c3023e91d3a2118af3753f5ac91c24a2a7f /sys-libs/glibc | |
parent | Masking glibc newer than 2.3.5 in 2004.3 since it will potentially interfere ... (diff) | |
download | gentoo-2-fd0903acc2687ce772268d0a41d3705c3b884cec.tar.gz gentoo-2-fd0903acc2687ce772268d0a41d3705c3b884cec.tar.bz2 gentoo-2-fd0903acc2687ce772268d0a41d3705c3b884cec.zip |
Changed DEPEND to use ~ instead of >= for glibc so we keep version sync between the packages.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20050125.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5.20050421.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5.ebuild | 4 |
7 files changed, 19 insertions, 15 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 5674614e104e..dc7d8e82b614 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.356 2005/07/11 22:01:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.357 2005/07/12 20:02:38 eradicator Exp $ + + 12 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org> + glibc-2.3.4.20041102.ebuild, glibc-2.3.4.20041102-r1.ebuild, + glibc-2.3.4.20050125.ebuild, glibc-2.3.4.20050125-r1.ebuild, + glibc-2.3.5.ebuild, glibc-2.3.5.20050421.ebuild: + Changed DEPEND to use ~ instead of >= for glibc so we keep version sync + between the packages. 11 Jul 2005; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.4.20050125-r1.ebuild: 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 7ca2b58c04d5..2f246d09ff3b 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-2005 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.17 2005/07/11 15:07:17 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.18 2005/07/12 20:02:38 eradicator Exp $ inherit eutils multilib flag-o-matic toolchain-funcs versionator @@ -69,7 +69,7 @@ RDEPEND="virtual/os-headers 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 ) )" +PDEPEND="amd64? ( multilib? ( ~app-emulation/emul-linux-x86-glibc-${PV} ) )" PROVIDE="virtual/libc" diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild index e93cdf2e0f59..fd46019a2cfb 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.56 2005/07/09 21:11:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.57 2005/07/12 20:02:38 eradicator Exp $ inherit eutils multilib flag-o-matic toolchain-funcs versionator @@ -67,7 +67,7 @@ DEPEND=">=sys-devel/gcc-3.2.3-r1 RDEPEND="virtual/os-headers nls? ( sys-devel/gettext )" # until amd64's 2004.3 is purged out of existence -PDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )" +PDEPEND="amd64? ( multilib? ( ~app-emulation/emul-linux-x86-glibc-${PV} ) )" PROVIDE="virtual/libc" diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild index ebc546b126b8..d56e073d0e08 100644 --- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.20050125-r1.ebuild,v 1.53 2005/07/11 22:01:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.54 2005/07/12 20:02:38 eradicator Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1102,7 +1102,7 @@ if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then fi # until amd64's 2004.3 is purged out of existence -PDEPEND="amd64? ( multilib? ( >=app-emulation/emul-linux-x86-glibc-2.3.4 ) )" +PDEPEND="amd64? ( multilib? ( ~app-emulation/emul-linux-x86-glibc-2.3.5 ) )" pkg_setup() { if use nptlonly && ! use nptl ; then diff --git a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild index 19cf6f190bf8..5f5354377e69 100644 --- a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.20050125.ebuild,v 1.43 2005/07/09 21:11:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125.ebuild,v 1.44 2005/07/12 20:02:38 eradicator Exp $ KEYWORDS="~amd64 ~mips ~sparc ~x86 -ppc" @@ -980,7 +980,7 @@ RDEPEND="virtual/os-headers nls? ( sys-devel/gettext )" # until amd64's 2004.3 is purged out of existence -PDEPEND="amd64? ( multilib? ( >=app-emulation/emul-linux-x86-glibc-2.3.4 ) )" +PDEPEND="amd64? ( multilib? ( ~app-emulation/emul-linux-x86-glibc-2.3.5 ) )" pkg_setup() { if use nptlonly && use !nptl ; then diff --git a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild index c31a12c9ae48..3eac19f60e78 100644 --- a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild +++ b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.20 2005/07/11 15:07:17 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.21 2005/07/12 20:02:38 eradicator Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1145,9 +1145,6 @@ if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then esac fi -# until amd64's 2004.3 is purged out of existence -PDEPEND="amd64? ( multilib? ( >=app-emulation/emul-linux-x86-glibc-2.3.4 ) )" - pkg_setup() { if use nptlonly && ! use nptl ; then eerror "If you want nptlonly, add nptl to your USE too ;p" diff --git a/sys-libs/glibc/glibc-2.3.5.ebuild b/sys-libs/glibc/glibc-2.3.5.ebuild index 155dbe42bca4..da889e9150e7 100644 --- a/sys-libs/glibc/glibc-2.3.5.ebuild +++ b/sys-libs/glibc/glibc-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.29 2005/07/11 15:07:17 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.30 2005/07/12 20:02:38 eradicator Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1138,7 +1138,7 @@ if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then fi # until amd64's 2004.3 is purged out of existence -PDEPEND="amd64? ( multilib? ( >=app-emulation/emul-linux-x86-glibc-2.3.4 ) )" +PDEPEND="amd64? ( multilib? ( ~app-emulation/emul-linux-x86-glibc-${PV} ) )" pkg_setup() { if use nptlonly && ! use nptl ; then |