diff options
author | 2009-08-01 06:58:00 +0000 | |
---|---|---|
committer | 2009-08-01 06:58:00 +0000 | |
commit | fceb71a87df6544421da1d40d148405e842089ca (patch) | |
tree | 18457ee5e79a32e8fff793adfe1d7e6b1c49af98 /app-emulation/wine/wine-1.1.17.ebuild | |
parent | Force USE midi in alsa-lib for old versions since the checks in ebuilds are g... (diff) | |
download | gentoo-2-fceb71a87df6544421da1d40d148405e842089ca.tar.gz gentoo-2-fceb71a87df6544421da1d40d148405e842089ca.tar.bz2 gentoo-2-fceb71a87df6544421da1d40d148405e842089ca.zip |
Remove USE depend for media-libs/alsa-lib[midi].
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation/wine/wine-1.1.17.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.17.ebuild b/app-emulation/wine/wine-1.1.17.ebuild index 4ddf69f00d90..b83426e89fc0 100644 --- a/app-emulation/wine/wine-1.1.17.ebuild +++ b/app-emulation/wine/wine-1.1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.17.ebuild,v 1.5 2009/05/18 21:14:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.17.ebuild,v 1.6 2009/08/01 06:58:00 ssuominen Exp $ EAPI="2" @@ -46,7 +46,7 @@ RDEPEND=">=media-libs/freetype-2.0.0 x11-libs/libXxf86vm x11-apps/xmessage ) - alsa? ( media-libs/alsa-lib[midi] ) + alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) nas? ( media-libs/nas ) cups? ( net-print/cups ) |