diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-25 06:55:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-25 06:55:50 +0000 |
commit | 278286dc8e99fed618e40fe47f805ed6732385b8 (patch) | |
tree | 6592658f017c06d57b3fd03eb4981311336ff545 /sys-libs | |
parent | Changed -sparc keyword to ~sparc. (Manifest recommit) (diff) | |
download | gentoo-2-278286dc8e99fed618e40fe47f805ed6732385b8.tar.gz gentoo-2-278286dc8e99fed618e40fe47f805ed6732385b8.tar.bz2 gentoo-2-278286dc8e99fed618e40fe47f805ed6732385b8.zip |
don't use deprecated ? : use syntax
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r2.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r3.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3_pre20031210.ebuild | 5 |
4 files changed, 14 insertions, 7 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index cbfd5176a179..66096f370d6e 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.140 2004/03/18 22:08:09 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.141 2004/03/25 06:55:49 mr_bones_ Exp $ + + 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> glibc-2.3.2-r2.ebuild, + glibc-2.3.2-r3.ebuild, glibc-2.3.3_pre20031210.ebuild: + don't use deprecated ? : use syntax 18 Mar 2004; <solar@gentoo.org> glibc-2.3.2-r9.ebuild: adding filter-ldflags -pie to stable glibc diff --git a/sys-libs/glibc/glibc-2.3.2-r2.ebuild b/sys-libs/glibc/glibc-2.3.2-r2.ebuild index 90861f872cd7..5b57dce1d846 100644 --- a/sys-libs/glibc/glibc-2.3.2-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r2.ebuild,v 1.16 2004/01/18 10:21:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r2.ebuild,v 1.17 2004/03/25 06:55:50 mr_bones_ Exp $ IUSE="nls pic build nptl" @@ -65,7 +65,8 @@ LICENSE="LGPL-2" # Drobbins, 18 Mar 2002: we now rely on the system profile to select the correct linus-headers DEPEND=">=sys-devel/gcc-3.3 nptl? ( >=sys-devel/gcc-3.3 ) - mips? >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 + mips? ( >=sys-devel/binutils-2.13.90.0.16 ) + !mips? ( >=sys-devel/binutils-2.13.90.0.18 ) virtual/os-headers nls? ( sys-devel/gettext )" diff --git a/sys-libs/glibc/glibc-2.3.2-r3.ebuild b/sys-libs/glibc/glibc-2.3.2-r3.ebuild index 5c164af312cf..19d548e5ab61 100644 --- a/sys-libs/glibc/glibc-2.3.2-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r3.ebuild,v 1.14 2004/02/20 23:41:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r3.ebuild,v 1.15 2004/03/25 06:55:50 mr_bones_ Exp $ IUSE="nls pic build nptl" @@ -64,7 +64,8 @@ LICENSE="LGPL-2" # Drobbins, 18 Mar 2002: we now rely on the system profile to select the correct linus-headers DEPEND=">=sys-devel/gcc-3.2 nptl? ( >=sys-devel/gcc-3.2.2-r1 ) - mips? >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 + mips? ( >=sys-devel/binutils-2.13.90.0.16 ) + !mips? ( >=sys-devel/binutils-2.13.90.0.18 ) virtual/os-headers nls? ( sys-devel/gettext )" diff --git a/sys-libs/glibc/glibc-2.3.3_pre20031210.ebuild b/sys-libs/glibc/glibc-2.3.3_pre20031210.ebuild index c867b44fbaa7..38d7640b9228 100644 --- a/sys-libs/glibc/glibc-2.3.3_pre20031210.ebuild +++ b/sys-libs/glibc/glibc-2.3.3_pre20031210.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20031210.ebuild,v 1.4 2004/03/02 00:19:15 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20031210.ebuild,v 1.5 2004/03/25 06:55:50 mr_bones_ Exp $ IUSE="nls pic build nptl" @@ -67,7 +67,8 @@ LICENSE="LGPL-2" DEPEND=">=sys-devel/gcc-3.2.3-r1 nptl? ( >=sys-devel/gcc-3.3.1-r1 ) >=sys-devel/binutils-2.14.90.0.6-r1 - ppc64? ( >=sys-kernel/ppc64-headers-2.6.0-r1 ) : ( virtual/os-headers ) + ppc64? ( >=sys-kernel/ppc64-headers-2.6.0-r1 ) + !ppc64? ( virtual/os-headers ) nls? ( sys-devel/gettext )" RDEPEND="virtual/os-headers sys-apps/baselayout |