diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-08-17 15:58:25 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-08-17 15:58:25 +0000 |
commit | 4c3bd7ff36ce871352c4d48217b57595a9bb74c7 (patch) | |
tree | fe0d6a3c49066d6df65e6a7ab0e3329e89c754dc /sys-devel | |
parent | Added version 1.1 (bug #143136) and put KEYWORDS in alphabetical order. (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-3.4.6.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.1.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index e950f9a15980..a41dd3439917 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/kgcc64 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.3 2006/08/01 05:44:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.4 2006/08/17 15:58:25 kumba Exp $ + + 17 Aug 2006; Joshua Kinard <kumba@gentoo.org> kgcc64-3.4.6.ebuild, + kgcc64-4.1.1.ebuild: + Make gcc-mips64 a blocker for kgcc64. 02 Aug 2006; Joshua Kinard <kumba@gentoo.org> kgcc64-3.4.6.ebuild: The beginning of the end for sys-devel/mips64 draws near. Mark kgcc64 stable diff --git a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild index e6b773f16875..21987bb340e6 100644 --- a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild +++ b/sys-devel/kgcc64/kgcc64-3.4.6.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-3.4.6.ebuild,v 1.2 2006/08/01 05:44:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-3.4.6.ebuild,v 1.3 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 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 |