diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-02 23:43:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-02 23:43:55 +0000 |
commit | 4f79278e7feb59447adb409b164ece489e14fcde (patch) | |
tree | b99b6e960b2481571fe7a8f414557025e07bfcfd /games-emulation | |
parent | masking broken versions (diff) | |
download | gentoo-2-4f79278e7feb59447adb409b164ece489e14fcde.tar.gz gentoo-2-4f79278e7feb59447adb409b164ece489e14fcde.tar.bz2 gentoo-2-4f79278e7feb59447adb409b164ece489e14fcde.zip |
export ABI=x86
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/nestra/nestra-0.66-r1.ebuild b/games-emulation/nestra/nestra-0.66-r1.ebuild index f346b58fc027..3675f2229348 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-2005 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.6 2005/04/06 22:21:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.7 2005/06/02 23:43:55 vapier Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -23,6 +23,7 @@ S=${WORKDIR}/${PN} pkg_setup() { use amd64 || return 0 + export ABI=x86 if has_m32 ; then append-flags -m32 append-ldflags -m elf_i386 |