diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-05 14:40:24 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-05 14:40:24 +0000 |
commit | bcfe7a63440e2618ed7bd7d7c74a10093fc61ec6 (patch) | |
tree | a264640d4a3a4e918bb8595b32b8dedee6f4b8c1 /games-emulation/nestra | |
parent | Fix issue detecting qt libs on amd64's no-symlinks profile. (diff) | |
download | historical-bcfe7a63440e2618ed7bd7d7c74a10093fc61ec6.tar.gz historical-bcfe7a63440e2618ed7bd7d7c74a10093fc61ec6.tar.bz2 historical-bcfe7a63440e2618ed7bd7d7c74a10093fc61ec6.zip |
remove old 2004.3 multilib checks
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'games-emulation/nestra')
-rw-r--r-- | games-emulation/nestra/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r1.ebuild | 15 |
2 files changed, 6 insertions, 14 deletions
diff --git a/games-emulation/nestra/ChangeLog b/games-emulation/nestra/ChangeLog index e0edb6fb40ae..e9d3d531f80b 100644 --- a/games-emulation/nestra/ChangeLog +++ b/games-emulation/nestra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/nestra # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.9 2006/01/10 01:14:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.10 2006/02/05 14:39:14 blubb Exp $ + + 05 Feb 2006; Simon Stelling <blubb@gentoo.org> nestra-0.66-r1.ebuild: + remove old 2004.3 multilib checks 10 Jan 2006; Mike Frysinger <vapier@gentoo.org> +files/nestra-0.66-exec-stack.patch, nestra-0.66-r1.ebuild: diff --git a/games-emulation/nestra/nestra-0.66-r1.ebuild b/games-emulation/nestra/nestra-0.66-r1.ebuild index 91edf7d65a1e..cb3a7e60c0cd 100644 --- a/games-emulation/nestra/nestra-0.66-r1.ebuild +++ b/games-emulation/nestra/nestra-0.66-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/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.11 2006/01/10 01:14:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.12 2006/02/05 14:39:14 blubb Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -23,18 +23,7 @@ S=${WORKDIR}/${PN} pkg_setup() { games_pkg_setup - use amd64 || return 0 - export ABI=x86 - if has_m32 ; then - append-flags -m32 - append-ldflags -Wl,-m,elf_i386 - 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 } src_unpack() { |