summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-18 03:54:46 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-18 03:54:46 +0000
commit5270e7cd84a0aade73c5ba150d565916c7aca374 (patch)
treef25c57de8f67c5539a4d9c7891c08a921d53ff5c /sys-devel
parentstabilize (diff)
downloadgentoo-2-5270e7cd84a0aade73c5ba150d565916c7aca374.tar.gz
gentoo-2-5270e7cd84a0aade73c5ba150d565916c7aca374.tar.bz2
gentoo-2-5270e7cd84a0aade73c5ba150d565916c7aca374.zip
remove hppa-glibc checks from RDEPEND
(Portage version: 2.1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-4.1.0-r1.ebuild6
-rw-r--r--sys-devel/gcc/gcc-4.1.1.ebuild6
-rw-r--r--sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild6
3 files changed, 6 insertions, 12 deletions
diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild b/sys-devel/gcc/gcc-4.1.0-r1.ebuild
index b350da1f126a..7a1bde5205e0 100644
--- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0-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-devel/gcc/gcc-4.1.0-r1.ebuild,v 1.5 2006/06/15 18:53:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0-r1.ebuild,v 1.6 2006/06/18 03:54:46 vapier Exp $
PATCH_VER="1.7"
UCLIBC_VER="1.1"
@@ -38,9 +38,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4
nls? ( sys-devel/gettext )
)"
if [[ ${CATEGORY} != cross-* ]] ; then
- RDEPEND="${RDEPEND} elibc_glibc? (
- hppa? ( >=sys-libs/glibc-2.3.4 ) !hppa? ( >=sys-libs/glibc-2.3.6 )
- )"
+ RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
fi
DEPEND="${RDEPEND}
test? ( sys-devel/autogen )
diff --git a/sys-devel/gcc/gcc-4.1.1.ebuild b/sys-devel/gcc/gcc-4.1.1.ebuild
index 1a4ef574c421..59b7be70529b 100644
--- a/sys-devel/gcc/gcc-4.1.1.ebuild
+++ b/sys-devel/gcc/gcc-4.1.1.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-devel/gcc/gcc-4.1.1.ebuild,v 1.6 2006/06/15 18:53:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.7 2006/06/18 03:54:46 vapier Exp $
PATCH_VER="1.5"
UCLIBC_GCC_VER="4.1.0"
@@ -39,9 +39,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4
nls? ( sys-devel/gettext )
)"
if [[ ${CATEGORY} != cross-* ]] ; then
- RDEPEND="${RDEPEND} elibc_glibc? (
- hppa? ( >=sys-libs/glibc-2.3.4 ) !hppa? ( >=sys-libs/glibc-2.3.6 )
- )"
+ RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
fi
DEPEND="${RDEPEND}
test? ( sys-devel/autogen )
diff --git a/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild b/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild
index 22e718f2e185..a97ae50d6994 100644
--- a/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild
+++ b/sys-devel/gcc/gcc-4.2.0_alpha20060603.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-devel/gcc/gcc-4.2.0_alpha20060603.ebuild,v 1.1 2006/06/04 01:31:05 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild,v 1.2 2006/06/18 03:54:46 vapier Exp $
ETYPE="gcc-compiler"
@@ -31,9 +31,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4
nls? ( sys-devel/gettext )
)"
if [[ ${CATEGORY} != cross-* ]] ; then
- RDEPEND="${RDEPEND} elibc_glibc? (
- hppa? ( >=sys-libs/glibc-2.3.4 ) !hppa? ( >=sys-libs/glibc-2.3.6 )
- )"
+ RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
fi
DEPEND="${RDEPEND}
>=sys-apps/texinfo-4.2-r4