diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:21:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:21:40 +0000 |
commit | b82f95aee5828af3bb54c177d1974cbedc7521f2 (patch) | |
tree | 3b0b1b27613b8831f4e6278dc3ddef776a800aee /games-emulation | |
parent | IUSE; use games_make_wrapper; tidy (Manifest recommit) (diff) | |
download | gentoo-2-b82f95aee5828af3bb54c177d1974cbedc7521f2.tar.gz gentoo-2-b82f95aee5828af3bb54c177d1974cbedc7521f2.tar.bz2 gentoo-2-b82f95aee5828af3bb54c177d1974cbedc7521f2.zip |
IUSE
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64/mupen64-0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/mupen64/mupen64-0.3.ebuild b/games-emulation/mupen64/mupen64-0.3.ebuild index 064091fe1d21..4858da28e59e 100644 --- a/games-emulation/mupen64/mupen64-0.3.ebuild +++ b/games-emulation/mupen64/mupen64-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.3.ebuild,v 1.4 2004/02/20 06:26:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.3.ebuild,v 1.5 2004/05/27 01:21:40 mr_bones_ Exp $ inherit games gcc eutils @@ -16,16 +16,16 @@ HOMEPAGE="http://mupen64.emulation64.com/" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* x86" +IUSE="" RDEPEND="=x11-libs/gtk+-1.2* media-libs/libsdl virtual/glu virtual/opengl" DEPEND="${RDEPEND} - sys-devel/gcc >=sys-apps/sed-4" -S=${WORKDIR} +S="${WORKDIR}" src_unpack() { unpack ${A} |