diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-10-21 21:29:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-10-21 21:29:08 +0000 |
commit | 3c1afee4878c59edecc6493a4ae2c9b1ca748916 (patch) | |
tree | 67a68fc3cca08e313f61c908eeb8d0ed27e2dcb8 /sys-devel | |
parent | new version (diff) | |
download | historical-3c1afee4878c59edecc6493a4ae2c9b1ca748916.tar.gz historical-3c1afee4878c59edecc6493a4ae2c9b1ca748916.tar.bz2 historical-3c1afee4878c59edecc6493a4ae2c9b1ca748916.zip |
Mask this puppy again until I figure out why it breaks visibility attribute
support (and thus NPTL, possibly TLS as well).
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index f83dca30b01a..2d23c152b6aa 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.137 2003/10/21 20:41:41 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.138 2003/10/21 21:28:55 azarah Exp $ + + 21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> gcc-3.3.2.ebuild: + Mask this puppy again until I figure out why it breaks visibility attribute + support (and thus NPTL, possibly TLS as well). *gcc-3.3.2 (21 Oct 2003) diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index 53513c43a4cc..9df6ef3c1348 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -1,10 +1,10 @@ -MD5 878a365fd389714637e206bc7c1eca68 gcc-3.3.2.ebuild 17647 +MD5 6cdcb565842f486429b2239b3db4c4d6 gcc-3.3.2.ebuild 17622 MD5 d25ffc7e82003a26e025471ca8df299c gcc-3.2.1-r7.ebuild 14774 MD5 77dabd76c2610078ebdb9566f8b54503 gcc-3.2.2-r2.ebuild 15843 MD5 2d93c1b5cbf13ca71798ca2b3cfda29b gcc-3.3.1-r3.ebuild 16096 MD5 6d0d6b9214ecb88e26a54b70901c50b4 gcc-2.95.3-r7.ebuild 5436 MD5 3acd503347422782700e912a8188aaf1 gcc-3.3.1-r2.ebuild 16418 -MD5 920d6afa2f46ced10fb8a6775c240b1b ChangeLog 30378 +MD5 c0caf73d49499e74664efef4f51dbc1a ChangeLog 30576 MD5 66ea7917242ace41e447948c31e86601 gcc-3.3.1.ebuild 16053 MD5 3f796d926d7c63b50910a657cb67a358 gcc-3.1.1-r1.ebuild 9595 MD5 aa01e0515884df05563094839c31d7d1 gcc-3.3.1-r1.ebuild 16131 diff --git a/sys-devel/gcc/gcc-3.3.2.ebuild b/sys-devel/gcc/gcc-3.3.2.ebuild index ab7c291ba06b..51bf6cb89f21 100644 --- a/sys-devel/gcc/gcc-3.3.2.ebuild +++ b/sys-devel/gcc/gcc-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2.ebuild,v 1.1 2003/10/21 20:41:41 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2.ebuild,v 1.2 2003/10/21 21:28:55 azarah Exp $ IUSE="static nls bootstrap java build X multilib" @@ -95,7 +95,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="-* ~x86 ~mips ~sparc ~amd64" +KEYWORDS="-*" # Ok, this is a hairy one again, but lets assume that we # are not cross compiling, than we want SLOT to only contain |