summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-07-11 19:43:44 +0000
committerMike Frysinger <vapier@gentoo.org>2007-07-11 19:43:44 +0000
commit6667c5b1bc1d43c63123ee946d10700a7002ec0a (patch)
treeef535d8bb6be63ef5c128402e8a3211c3d206379
parentVersion bump to address bug 184950 (diff)
downloadgentoo-2-6667c5b1bc1d43c63123ee946d10700a7002ec0a.tar.gz
gentoo-2-6667c5b1bc1d43c63123ee946d10700a7002ec0a.tar.bz2
gentoo-2-6667c5b1bc1d43c63123ee946d10700a7002ec0a.zip
skip built_with_use check for USE=-alsa #184987
(Portage version: 2.1.3_rc7)
-rw-r--r--app-emulation/wine/wine-0.9.40.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-0.9.40.ebuild b/app-emulation/wine/wine-0.9.40.ebuild
index a3e0c20d195c..ae8beabd9c6c 100644
--- a/app-emulation/wine/wine-0.9.40.ebuild
+++ b/app-emulation/wine/wine-0.9.40.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild,v 1.3 2007/07/10 06:58:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild,v 1.4 2007/07/11 19:43:44 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -54,6 +54,7 @@ DEPEND="${RDEPEND}
sys-devel/flex"
pkg_setup() {
+ use alsa || return 0
if ! built_with_use --missing true media-libs/alsa-lib midi ; then
eerror "You must build media-libs/alsa-lib with USE=midi"
die "please re-emerge media-libs/alsa-lib with USE=midi"