diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-29 16:51:31 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-29 16:51:31 +0000 |
commit | 73d4b27a114c2b97707c116898de3e612451bcc0 (patch) | |
tree | 4d52a8b75fb27e3510fce1af23c15defff614fff /sys-devel | |
parent | AT_M4DIR needs to be set for those who do not have autoconf-archive installed... (diff) | |
download | gentoo-2-73d4b27a114c2b97707c116898de3e612451bcc0.tar.gz gentoo-2-73d4b27a114c2b97707c116898de3e612451bcc0.tar.bz2 gentoo-2-73d4b27a114c2b97707c116898de3e612451bcc0.zip |
Added ~sparc keyword
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 sparc64, RepoMan options: --force)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 58de74d3f136..cee982960e2e 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.655 2008/06/22 11:03:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.656 2008/06/29 16:51:31 bluebird Exp $ + + 29 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> gcc-4.3.1.ebuild: + Added ~sparc keyword 22 Jun 2008; Mike Frysinger <vapier@gentoo.org> gcc-3.2.2.ebuild: Move patches out of $FILESDIR and into patch tarball. diff --git a/sys-devel/gcc/gcc-4.3.1.ebuild b/sys-devel/gcc/gcc-4.3.1.ebuild index d6d6e922d301..3ee4a24c1084 100644 --- a/sys-devel/gcc/gcc-4.3.1.ebuild +++ b/sys-devel/gcc/gcc-4.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.4 2008/06/21 04:23:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.5 2008/06/29 16:51:31 bluebird Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -16,7 +16,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |