diff options
author | 2006-09-19 02:39:11 +0000 | |
---|---|---|
committer | 2006-09-19 02:39:11 +0000 | |
commit | 7220ec60d387123ce20441574df7429fd88033f7 (patch) | |
tree | c5aa14e59f63f557cc9f1ced47e76d0097aa3567 /sys-devel | |
parent | Clean up python modules after uninstalling. (diff) | |
download | gentoo-2-7220ec60d387123ce20441574df7429fd88033f7.tar.gz gentoo-2-7220ec60d387123ce20441574df7429fd88033f7.tar.bz2 gentoo-2-7220ec60d387123ce20441574df7429fd88033f7.zip |
Added ~sparc keywords to gcc-4.1.1 ebuilds.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 8b94a648ed2c..636a71e25bbb 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.572 2006/09/09 02:48:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.573 2006/09/19 02:39:11 weeve Exp $ + + 19 Sep 2006; Jason Wever <weeve@gentoo.org> gcc-4.1.1.ebuild, + gcc-4.1.1-r1.ebuild: + Added ~sparc keywords to gcc-4.1.1 ebuilds. 09 Sep 2006; Mike Frysinger <vapier@gentoo.org> gcc-3.4.6-r1.ebuild, gcc-3.4.6-r2.ebuild: diff --git a/sys-devel/gcc/gcc-4.1.1-r1.ebuild b/sys-devel/gcc/gcc-4.1.1-r1.ebuild index bc0c9d704873..6ed9ab5a684d 100644 --- a/sys-devel/gcc/gcc-4.1.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.1.1-r1.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/gcc/gcc-4.1.1-r1.ebuild,v 1.3 2006/09/06 00:37:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r1.ebuild,v 1.4 2006/09/19 02:39:11 weeve Exp $ PATCH_VER="1.7" UCLIBC_VER="1.1" @@ -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 ~mips ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" +KEYWORDS="-* ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) diff --git a/sys-devel/gcc/gcc-4.1.1.ebuild b/sys-devel/gcc/gcc-4.1.1.ebuild index ab8119bbccd9..7b8cf2f93b53 100644 --- a/sys-devel/gcc/gcc-4.1.1.ebuild +++ b/sys-devel/gcc/gcc-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/gcc/gcc-4.1.1.ebuild,v 1.20 2006/09/05 16:56:06 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.21 2006/09/19 02:39:11 weeve Exp $ PATCH_VER="1.6" UCLIBC_VER="1.1" @@ -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 mips ppc ~ppc64 ~s390 x86 ~x86-fbsd" +KEYWORDS="-* amd64 hppa mips ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) |