diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-03-11 09:02:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-03-11 09:02:42 +0000 |
commit | 06039641f55d33a7b3a9422da6d7eb80ce91e83c (patch) | |
tree | bf0836cbc4271dcf2b71cf69885ff6a45bad4736 /x11-plugins/wmauda | |
parent | Reverting my change. Transcode got it's USE flags changed without a revision ... (diff) | |
download | gentoo-2-06039641f55d33a7b3a9422da6d7eb80ce91e83c.tar.gz gentoo-2-06039641f55d33a7b3a9422da6d7eb80ce91e83c.tar.bz2 gentoo-2-06039641f55d33a7b3a9422da6d7eb80ce91e83c.zip |
Changed audacious dbus USE flag check to work if audacious does not
have the flag (recent versions no longer have it since dbus support
is always enabled for them). Thanks to flameeyes for the tip.
Closes bug #250598.
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'x11-plugins/wmauda')
-rw-r--r-- | x11-plugins/wmauda/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmauda/wmauda-0.7.ebuild | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmauda/ChangeLog b/x11-plugins/wmauda/ChangeLog index bdeca2200496..875403ad83bb 100644 --- a/x11-plugins/wmauda/ChangeLog +++ b/x11-plugins/wmauda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmauda -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.12 2008/01/31 18:02:25 drac Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.13 2009/03/11 09:02:42 s4t4n Exp $ + + 11 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmauda-0.7.ebuild: + Changed audacious dbus USE flag check to work if audacious does not + have the flag (recent versions no longer have it since dbus support + is always enabled for them). Thanks to flameeyes for the tip. + Closes bug #250598. 31 Jan 2008; Samuli Suominen <drac@gentoo.org> -wmauda-0.3.ebuild: Removed old version which only works with Audacious 1.3 diff --git a/x11-plugins/wmauda/wmauda-0.7.ebuild b/x11-plugins/wmauda/wmauda-0.7.ebuild index 986ab84fc23d..5feb72575c69 100644 --- a/x11-plugins/wmauda/wmauda-0.7.ebuild +++ b/x11-plugins/wmauda/wmauda-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.4 2008/01/15 17:58:26 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.5 2009/03/11 09:02:42 s4t4n Exp $ inherit eutils toolchain-funcs @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - built_with_use media-sound/audacious dbus || \ + built_with_use --missing true media-sound/audacious dbus || \ die "needs media-sound/audacious with USE dbus." } |