diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-21 03:44:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-21 03:44:10 +0000 |
commit | ad9578c2ed2e015e404c7829af72d72e6c0890b8 (patch) | |
tree | 6dff8a3757619e5b64393e89c570bbcabbf1cf70 /games-emulation/gngeo | |
parent | old (diff) | |
download | gentoo-2-ad9578c2ed2e015e404c7829af72d72e6c0890b8.tar.gz gentoo-2-ad9578c2ed2e015e404c7829af72d72e6c0890b8.tar.bz2 gentoo-2-ad9578c2ed2e015e404c7829af72d72e6c0890b8.zip |
force newer gcc for bug #128587
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'games-emulation/gngeo')
-rw-r--r-- | games-emulation/gngeo/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/gngeo/gngeo-0.6.11.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-emulation/gngeo/ChangeLog b/games-emulation/gngeo/ChangeLog index b8f6bd80c1e1..3bbaa1ed79b7 100644 --- a/games-emulation/gngeo/ChangeLog +++ b/games-emulation/gngeo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gngeo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.12 2006/04/07 17:12:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.13 2006/05/21 03:44:10 mr_bones_ Exp $ + + 21 May 2006; Michael Sterrett <mr_bones_@gentoo.org> gngeo-0.6.11.ebuild: + force newer gcc for bug #128587 *gngeo-0.6.11 (07 Apr 2006) diff --git a/games-emulation/gngeo/gngeo-0.6.11.ebuild b/games-emulation/gngeo/gngeo-0.6.11.ebuild index c3ccd304ee7b..ef0e674fb2e6 100644 --- a/games-emulation/gngeo/gngeo-0.6.11.ebuild +++ b/games-emulation/gngeo/gngeo-0.6.11.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/games-emulation/gngeo/gngeo-0.6.11.ebuild,v 1.1 2006/04/07 17:12:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.6.11.ebuild,v 1.2 2006/05/21 03:44:10 mr_bones_ Exp $ inherit eutils games @@ -17,7 +17,9 @@ RDEPEND="virtual/opengl sys-libs/zlib media-libs/sdl-image >=media-libs/libsdl-1.2" +# gcc-3.3 gets it wrong - bug #128587 DEPEND="${RDEPEND} + >=sys-devel/gcc-3.4 x86? ( >=dev-lang/nasm-0.98 )" src_unpack() { |