diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-12 16:14:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-12 16:14:31 +0000 |
commit | a73652514b90cf27ac89cc4cbc570462ababcf0a (patch) | |
tree | ef7e67e2bf70781b3206415393f671af6e7dcdc8 /sys-devel | |
parent | Tidy old ebuilds. (diff) | |
download | gentoo-2-a73652514b90cf27ac89cc4cbc570462ababcf0a.tar.gz gentoo-2-a73652514b90cf27ac89cc4cbc570462ababcf0a.tar.bz2 gentoo-2-a73652514b90cf27ac89cc4cbc570462ababcf0a.zip |
Add ~alpha to gcc-3.4.4
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 9820d39a44b4..9a909ae6287c 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.435 2005/07/10 19:01:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.436 2005/07/12 16:14:31 agriffis Exp $ + + 12 Jul 2005; Aron Griffis <agriffis@gentoo.org> gcc-3.4.4.ebuild: + Add ~alpha to gcc-3.4.4 10 Jul 2005; Mike Frysinger <vapier@gentoo.org> gcc-3.3.5-r1.ebuild, gcc-3.3.5.20050130-r1.ebuild, gcc-3.3.5.20050130-r2.ebuild, diff --git a/sys-devel/gcc/gcc-3.4.4.ebuild b/sys-devel/gcc/gcc-3.4.4.ebuild index 88672b87d98b..fa6bae7bd943 100644 --- a/sys-devel/gcc/gcc-3.4.4.ebuild +++ b/sys-devel/gcc/gcc-3.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.19 2005/07/10 04:10:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.20 2005/07/12 16:14:31 agriffis Exp $ MAN_VER="" PATCH_VER="1.2" @@ -37,7 +37,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" # Stuff to test before adding ~arch -KEYWORDS="-* ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |