diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-20 23:52:02 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-20 23:52:02 +0000 |
commit | d6fd97d6b538cc9649f462e0c6e828d58be05d7b (patch) | |
tree | dbb2528b012d7ca2afb73dd901dfa19075c63039 /media-sound/snd/snd-12.8.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-d6fd97d6b538cc9649f462e0c6e828d58be05d7b.tar.gz gentoo-2-d6fd97d6b538cc9649f462e0c6e828d58be05d7b.tar.bz2 gentoo-2-d6fd97d6b538cc9649f462e0c6e828d58be05d7b.zip |
Make portaudio and pulseaudio use flags mutually exclusive (fixes bug #404201).
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/snd/snd-12.8.ebuild')
-rw-r--r-- | media-sound/snd/snd-12.8.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-sound/snd/snd-12.8.ebuild b/media-sound/snd/snd-12.8.ebuild index ab66f688a1fd..68e9aef7c617 100644 --- a/media-sound/snd/snd-12.8.ebuild +++ b/media-sound/snd/snd-12.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.8.ebuild,v 1.2 2012/02/15 02:57:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.8.ebuild,v 1.3 2012/02/20 23:52:02 radhermit Exp $ EAPI="4" @@ -36,7 +36,10 @@ RDEPEND="media-libs/audiofile readline? ( sys-libs/readline ) ruby? ( dev-lang/ruby )" -REQUIRED_USE="^^ ( +REQUIRED_USE=" + portaudio? ( !pulseaudio ) + pulseaudio? ( !portaudio ) + ^^ ( ( !ruby !s7 ) ( ruby !s7 ) ( !ruby s7 ) |