diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-09 16:51:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-09 16:51:44 +0000 |
commit | 7639a0054879e8859ea75234650cca59e065e01b (patch) | |
tree | 7f7911f70c222f43c4f880c2a7d4f3ecdfdaa30f /games-emulation | |
parent | Don't use -DGTK_DISABLE_DEPRECATED (bug #333439) and RDEPEND on gtk+:2. (diff) | |
download | gentoo-2-7639a0054879e8859ea75234650cca59e065e01b.tar.gz gentoo-2-7639a0054879e8859ea75234650cca59e065e01b.tar.bz2 gentoo-2-7639a0054879e8859ea75234650cca59e065e01b.zip |
Drop all prefix stuff as well because the ebuild was reverted to EAPI2
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/snes9x/snes9x-1.52-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/snes9x/snes9x-1.52-r1.ebuild b/games-emulation/snes9x/snes9x-1.52-r1.ebuild index 54a0f940d7ee..9e48907965c0 100644 --- a/games-emulation/snes9x/snes9x-1.52-r1.ebuild +++ b/games-emulation/snes9x/snes9x-1.52-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.52-r1.ebuild,v 1.6 2010/09/09 16:46:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.52-r1.ebuild,v 1.7 2010/09/09 16:51:44 ssuominen Exp $ EAPI=2 inherit autotools eutils flag-o-matic multilib gnome2-utils games @@ -11,7 +11,7 @@ SRC_URI="http://snes9x-gtk.googlecode.com/files/${P}-src.tar.bz2" LICENSE="as-is GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio portaudio +xv +xrandr zlib" RDEPEND="x11-libs/libX11 @@ -72,7 +72,7 @@ src_configure() { if use gtk; then cd ../gtk egamesconf \ - --datadir="${EPREFIX}/usr/share" \ + --datadir=/usr/share \ $(use_enable nls) \ $(use_with opengl) \ $(use_with joystick) \ |