summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2006-08-17 15:58:25 +0000
committerJoshua Kinard <kumba@gentoo.org>2006-08-17 15:58:25 +0000
commit4c3bd7ff36ce871352c4d48217b57595a9bb74c7 (patch)
treefe0d6a3c49066d6df65e6a7ab0e3329e89c754dc /sys-devel/kgcc64/kgcc64-4.1.1.ebuild
parentAdded version 1.1 (bug #143136) and put KEYWORDS in alphabetical order. (diff)
downloadgentoo-2-4c3bd7ff36ce871352c4d48217b57595a9bb74c7.tar.gz
gentoo-2-4c3bd7ff36ce871352c4d48217b57595a9bb74c7.tar.bz2
gentoo-2-4c3bd7ff36ce871352c4d48217b57595a9bb74c7.zip
Make gcc-mips64 a blocker for kgcc64.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-4.1.1.ebuild')
-rw-r--r--sys-devel/kgcc64/kgcc64-4.1.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/kgcc64/kgcc64-4.1.1.ebuild b/sys-devel/kgcc64/kgcc64-4.1.1.ebuild
index 3834020ced7f..2b30be8c7bcd 100644
--- a/sys-devel/kgcc64/kgcc64-4.1.1.ebuild
+++ b/sys-devel/kgcc64/kgcc64-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/kgcc64/kgcc64-4.1.1.ebuild,v 1.1 2006/07/17 06:03:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.1.ebuild,v 1.2 2006/08/17 15:58:25 kumba Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -26,7 +26,8 @@ KEYWORDS="-* ~hppa ~mips ~ppc ~s390 ~sparc ~x86"
# unlike every other target, hppa has not unified the 32/64 bit
# ports in binutils yet
-DEPEND="hppa? ( sys-devel/binutils-hppa64 )"
+DEPEND="hppa? ( sys-devel/binutils-hppa64 )
+ !sys-devel/gcc-mips64"
src_unpack() {
gcc_src_unpack