diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-06-25 15:10:02 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-06-25 15:10:02 +0000 |
commit | 1fbb4b13b6928a746c4a0c081f42adb9fcd1d903 (patch) | |
tree | b126274560eceb624d3bea508dac49b5a31b507a /kde-base/arts | |
parent | Version bumped. (diff) | |
download | gentoo-2-1fbb4b13b6928a746c4a0c081f42adb9fcd1d903.tar.gz gentoo-2-1fbb4b13b6928a746c4a0c081f42adb9fcd1d903.tar.bz2 gentoo-2-1fbb4b13b6928a746c4a0c081f42adb9fcd1d903.zip |
Fix wrong use_enable with use_with for alsa USE flag as pointed out by aballier
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/arts')
-rw-r--r-- | kde-base/arts/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/arts/arts-3.5.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/arts/ChangeLog b/kde-base/arts/ChangeLog index c834ef71a77c..510703cc48f5 100644 --- a/kde-base/arts/ChangeLog +++ b/kde-base/arts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/arts # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.279 2009/06/18 02:21:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.280 2009/06/25 15:10:02 tampakrap Exp $ + + 25 Jun 2009; Theo Chatzimichos <tampakrap@gentoo.org> arts-3.5.10.ebuild: + Fix wrong use_enable with use_with for alsa USE flag, as pointed by + aballier 18 Jun 2009; Jeroen Roovers <jer@gentoo.org> arts-3.5.10.ebuild: Stable for HPPA (bug #271889). diff --git a/kde-base/arts/arts-3.5.10.ebuild b/kde-base/arts/arts-3.5.10.ebuild index 794016253fad..cc53ce973c73 100644 --- a/kde-base/arts/arts-3.5.10.ebuild +++ b/kde-base/arts/arts-3.5.10.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/kde-base/arts/arts-3.5.10.ebuild,v 1.6 2009/06/18 02:21:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-3.5.10.ebuild,v 1.7 2009/06/25 15:10:02 tampakrap Exp $ EAPI="1" inherit kde flag-o-matic eutils versionator @@ -56,7 +56,7 @@ src_unpack() { } src_compile() { - myconf="$(use_enable alsa) $(use_enable vorbis) + myconf="$(use_with alsa) $(use_enable vorbis) $(use_enable mp3 libmad) $(use_with jack) $(use_with esd) $(use_with nas) --with-audiofile --without-mas" |