diff options
author | 2006-02-05 14:44:52 +0000 | |
---|---|---|
committer | 2006-02-05 14:44:52 +0000 | |
commit | 2df1a655b5fb1ca9362f25f645d37a1bc96f9ced (patch) | |
tree | 1ebb2e4bb79a28d49493be2311b170d6b8c8d41c /games-emulation/zsnes | |
parent | Added a patch to fix compile with gcc-3.4. Closes bug #121628. (diff) | |
download | gentoo-2-2df1a655b5fb1ca9362f25f645d37a1bc96f9ced.tar.gz gentoo-2-2df1a655b5fb1ca9362f25f645d37a1bc96f9ced.tar.bz2 gentoo-2-2df1a655b5fb1ca9362f25f645d37a1bc96f9ced.zip |
remove old 2004.3 multilib checks
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r-- | games-emulation/zsnes/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/zsnes/zsnes-1.42.ebuild | 15 |
2 files changed, 8 insertions, 14 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog index b7cfdc852ce1..96c070354203 100644 --- a/games-emulation/zsnes/ChangeLog +++ b/games-emulation/zsnes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/zsnes -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.18 2005/05/30 11:53:43 mr_bones_ Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.19 2006/02/05 14:40:24 blubb Exp $ + + 05 Feb 2006; Simon Stelling <blubb@gentoo.org> zsnes-1.42.ebuild: + remove old 2004.3 multilib checks 30 May 2005; Michael Sterrett <mr_bones_@gentoo.org> -zsnes-1.36.ebuild: clean old version diff --git a/games-emulation/zsnes/zsnes-1.42.ebuild b/games-emulation/zsnes/zsnes-1.42.ebuild index 2c6333bc76e8..d018c89f8a02 100644 --- a/games-emulation/zsnes/zsnes-1.42.ebuild +++ b/games-emulation/zsnes/zsnes-1.42.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.9 2006/01/04 19:52:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.10 2006/02/05 14:40:24 blubb Exp $ inherit eutils flag-o-matic games @@ -26,16 +26,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}_${PV//./_}" pkg_setup() { - use amd64 || return 0 - if has_m32 ; then - export ABI=x86 - else - eerror "Your compiler seems to be unable to compile 32bit code." - eerror "Make sure you compile gcc with:" - echo - eerror " USE=multilib FEATURES=-sandbox" - die "Cannot produce 32bit code" - fi + use amd64 && export ABI=x86 games_pkg_setup } |