diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-06-15 19:03:06 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-06-15 19:03:06 +0000 |
commit | 90002057ed28326173a8b4f06eb374754fdef50a (patch) | |
tree | dee5cb5ed01ae33700928109d72c2964b7923b6f /app-admin/eselect-compiler | |
parent | Update patchset again to finally fix biild errors on mips64 compilers due to ... (diff) | |
download | gentoo-2-90002057ed28326173a8b4f06eb374754fdef50a.tar.gz gentoo-2-90002057ed28326173a8b4f06eb374754fdef50a.tar.bz2 gentoo-2-90002057ed28326173a8b4f06eb374754fdef50a.zip |
De-keywording for now on mips. Will stay with gcc-config-1.3.x and see how 2.x and its eselect tool mature.
(Portage version: 2.1)
Diffstat (limited to 'app-admin/eselect-compiler')
-rw-r--r-- | app-admin/eselect-compiler/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-compiler/eselect-compiler-2.0.0_rc1-r6.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-admin/eselect-compiler/ChangeLog b/app-admin/eselect-compiler/ChangeLog index 154c063eefd3..1b77bea6a05d 100644 --- a/app-admin/eselect-compiler/ChangeLog +++ b/app-admin/eselect-compiler/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/eselect-compiler # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-compiler/ChangeLog,v 1.23 2006/06/10 12:41:58 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-compiler/ChangeLog,v 1.24 2006/06/15 19:03:06 kumba Exp $ + + 16 Jun 2006; Joshua Kinard <kumba@gentoo.org> + eselect-compiler-2.0.0_rc1-r6.ebuild: + De-keywording for now on mips. Will stay with gcc-config-1.3.x and see how + 2.x and its eselect tool mature. 10 Jun 2006; Harald van Dijk <truedfx@gentoo.org> eselect-compiler-2.0.0_rc1-r6.ebuild: diff --git a/app-admin/eselect-compiler/eselect-compiler-2.0.0_rc1-r6.ebuild b/app-admin/eselect-compiler/eselect-compiler-2.0.0_rc1-r6.ebuild index a81d994160a2..2a67b5c64f1f 100644 --- a/app-admin/eselect-compiler/eselect-compiler-2.0.0_rc1-r6.ebuild +++ b/app-admin/eselect-compiler/eselect-compiler-2.0.0_rc1-r6.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/app-admin/eselect-compiler/eselect-compiler-2.0.0_rc1-r6.ebuild,v 1.2 2006/06/10 12:41:58 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-compiler/eselect-compiler-2.0.0_rc1-r6.ebuild,v 1.3 2006/06/15 19:03:06 kumba Exp $ inherit eutils multilib toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI=" http://dev.gentoo.org/~eradicator/toolchain/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="hardened" RDEPEND=">=app-admin/eselect-1.0_rc1" |