diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 19:44:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 19:44:24 +0000 |
commit | 98a6b5e8e0bd06a5069f797a04f7f1f88a64507f (patch) | |
tree | 48504b81d3078dfd3fb0acf8c257b0a732690f57 /games-emulation/raine/raine-0.39.0.ebuild | |
parent | Moved sun-jre to sun-jre-bin (diff) | |
download | gentoo-2-98a6b5e8e0bd06a5069f797a04f7f1f88a64507f.tar.gz gentoo-2-98a6b5e8e0bd06a5069f797a04f7f1f88a64507f.tar.bz2 gentoo-2-98a6b5e8e0bd06a5069f797a04f7f1f88a64507f.zip |
fix depend for bug #50509
Diffstat (limited to 'games-emulation/raine/raine-0.39.0.ebuild')
-rw-r--r-- | games-emulation/raine/raine-0.39.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/raine/raine-0.39.0.ebuild b/games-emulation/raine/raine-0.39.0.ebuild index 4296f40eb484..a79b99133941 100644 --- a/games-emulation/raine/raine-0.39.0.ebuild +++ b/games-emulation/raine/raine-0.39.0.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/raine/raine-0.39.0.ebuild,v 1.3 2004/06/03 19:35:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.39.0.ebuild,v 1.4 2004/06/03 19:44:24 mr_bones_ Exp $ inherit games @@ -16,10 +16,11 @@ KEYWORDS="x86" IUSE="static debug nls" DEPEND="virtual/glibc + media-libs/allegro sys-libs/zlib media-libs/svgalib" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} |