diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-27 21:27:10 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-27 21:27:10 +0000 |
commit | 90a755395bbe244ac96b38d7f6f89c26e68b1f7e (patch) | |
tree | 63ec8b608b25196b7dc2d7abcb726689d4ade52d /sys-devel/gcc-sparc64 | |
parent | -n does not work correctly with unset (diff) | |
download | gentoo-2-90a755395bbe244ac96b38d7f6f89c26e68b1f7e.tar.gz gentoo-2-90a755395bbe244ac96b38d7f6f89c26e68b1f7e.tar.bz2 gentoo-2-90a755395bbe244ac96b38d7f6f89c26e68b1f7e.zip |
-sparc until we figure out the source of the gcc-3.3.5 weirdness... chances are this package is safe as I believe it's in the pie patch in sys-devel/gcc, but this package is too critical to guess about.
Diffstat (limited to 'sys-devel/gcc-sparc64')
-rw-r--r-- | sys-devel/gcc-sparc64/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/gcc-sparc64/gcc-sparc64-3.3.5.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/gcc-sparc64/ChangeLog b/sys-devel/gcc-sparc64/ChangeLog index ccfde4492908..56a108121eba 100644 --- a/sys-devel/gcc-sparc64/ChangeLog +++ b/sys-devel/gcc-sparc64/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/gcc-sparc64 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-sparc64/ChangeLog,v 1.17 2004/11/27 01:26:36 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-sparc64/ChangeLog,v 1.18 2004/11/27 21:27:10 eradicator Exp $ + + 27 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + gcc-sparc64-3.3.5.ebuild: + -sparc until we figure out the source of the gcc-3.3.5 weirdness... chances + are this package is safe as I believe it's in the pie patch in + sys-devel/gcc, but this package is too critical to guess about. *gcc-sparc64-3.3.5 (26 Nov 2004) diff --git a/sys-devel/gcc-sparc64/gcc-sparc64-3.3.5.ebuild b/sys-devel/gcc-sparc64/gcc-sparc64-3.3.5.ebuild index 21fc54d93d97..ec74574f9bf7 100644 --- a/sys-devel/gcc-sparc64/gcc-sparc64-3.3.5.ebuild +++ b/sys-devel/gcc-sparc64/gcc-sparc64-3.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-sparc64/gcc-sparc64-3.3.5.ebuild,v 1.1 2004/11/27 01:26:36 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-sparc64/gcc-sparc64-3.3.5.ebuild,v 1.2 2004/11/27 21:27:10 eradicator Exp $ # Variables inherit eutils flag-o-matic @@ -18,7 +18,7 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${TMP_P}/${TMP_P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~sparc" +KEYWORDS="-sparc" DEPEND="virtual/libc >=sys-devel/binutils-2.14.90.0.7 |