diff options
Diffstat (limited to 'app-emulation/wine/wine-20040408-r1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20040408-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-20040408-r1.ebuild b/app-emulation/wine/wine-20040408-r1.ebuild index 33ef63c47b8b..c89975c740ba 100644 --- a/app-emulation/wine/wine-20040408-r1.ebuild +++ b/app-emulation/wine/wine-20040408-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040408-r1.ebuild,v 1.2 2004/06/29 16:19:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040408-r1.ebuild,v 1.3 2004/06/30 03:21:53 agriffis Exp $ inherit eutils base @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -*" -IUSE="nas arts cups opengl alsa tcltk nptl debug" +IUSE="X alsa arts cups debug nas nptl opengl tcltk" DEPEND="sys-devel/gcc sys-devel/flex @@ -25,7 +25,8 @@ DEPEND="sys-devel/gcc alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + >=sys-apps/sed-4" src_unpack() { unpack Wine-${PV}.tar.gz |