summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2006-04-09 21:39:20 +0000
committerGuy Martin <gmsoft@gentoo.org>2006-04-09 21:39:20 +0000
commit96946d3cbf93bed925bde2ee7a86d95823ce9998 (patch)
treed4eda02f7d57c1770d65285a3da6391787a9578e /sys-devel
parentuse sysroot location for cross-compilers (diff)
downloadgentoo-2-96946d3cbf93bed925bde2ee7a86d95823ce9998.tar.gz
gentoo-2-96946d3cbf93bed925bde2ee7a86d95823ce9998.tar.bz2
gentoo-2-96946d3cbf93bed925bde2ee7a86d95823ce9998.zip
Added ~hppa to KEYWORDS.
(Portage version: 2.0.54)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-4.1.0.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index afb73ffecebc..a0be8b9631bd 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.517 2006/04/08 20:11:19 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.518 2006/04/09 21:39:20 gmsoft Exp $
+
+ 09 Apr 2006; Guy Martin <gmsoft@gentoo.org> gcc-4.1.0.ebuild:
+ Added ~hppa to KEYWORDS.
08 Apr 2006; <nixnut@gentoo.org> gcc-3.4.6.ebuild:
Added ~ppc
diff --git a/sys-devel/gcc/gcc-4.1.0.ebuild b/sys-devel/gcc/gcc-4.1.0.ebuild
index fcbc595984c0..a2a6f7c1a9e0 100644
--- a/sys-devel/gcc/gcc-4.1.0.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0.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.ebuild,v 1.10 2006/03/28 05:17:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0.ebuild,v 1.11 2006/04/09 21:39:20 gmsoft Exp $
PATCH_VER="1.1"
UCLIBC_VER="1.1"
@@ -20,7 +20,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+s
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="-* ~amd64 ~ppc ~x86"
+KEYWORDS="-* ~amd64 ~ppc ~x86 ~hppa"
RDEPEND=">=sys-libs/zlib-1.1.4
|| ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 )
@@ -41,7 +41,9 @@ RDEPEND=">=sys-libs/zlib-1.1.4
nls? ( sys-devel/gettext )
)"
if [[ ${CATEGORY} != cross-* ]] ; then
- RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
+ RDEPEND="${RDEPEND} elibc_glibc? (
+ hppa? ( >=sys-libs/glibc-2.3.4 ) !hppa? ( >=sys-libs/glibc-2.3.6 )
+ )"
fi
DEPEND="${RDEPEND}
>=sys-apps/texinfo-4.2-r4