diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-16 09:15:27 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-16 09:15:27 +0000 |
commit | 8c7312ccf2c0aa9da873a70fdeca7753c1c87b63 (patch) | |
tree | 2a303b2f91f2ff8b167fc9376c68b7050c64f2b1 /x11-plugins | |
parent | Migrate to EAPI 2 in order to get rid of built_with_use. (diff) | |
download | gentoo-2-8c7312ccf2c0aa9da873a70fdeca7753c1c87b63.tar.gz gentoo-2-8c7312ccf2c0aa9da873a70fdeca7753c1c87b63.tar.bz2 gentoo-2-8c7312ccf2c0aa9da873a70fdeca7753c1c87b63.zip |
Raise audacious dependency to >=1.5 so we can drop the built_with_use call.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmauda/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmauda/wmauda-0.7.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-plugins/wmauda/ChangeLog b/x11-plugins/wmauda/ChangeLog index 875403ad83bb..0cc254aa508a 100644 --- a/x11-plugins/wmauda/ChangeLog +++ b/x11-plugins/wmauda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmauda # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.14 2009/08/16 09:15:27 betelgeuse Exp $ + + 16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> wmauda-0.7.ebuild: + Raise audacious dependency to >=1.5 so we can drop the built_with_use + call. 11 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmauda-0.7.ebuild: Changed audacious dbus USE flag check to work if audacious does not diff --git a/x11-plugins/wmauda/wmauda-0.7.ebuild b/x11-plugins/wmauda/wmauda-0.7.ebuild index 5feb72575c69..459a8e4f5605 100644 --- a/x11-plugins/wmauda/wmauda-0.7.ebuild +++ b/x11-plugins/wmauda/wmauda-0.7.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/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.5 2009/03/11 09:02:42 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.6 2009/08/16 09:15:27 betelgeuse Exp $ inherit eutils toolchain-funcs @@ -16,16 +16,11 @@ IUSE="" RDEPEND="dev-libs/dbus-glib x11-libs/libX11 >=x11-libs/gtk+-2 - >=media-sound/audacious-1.4" + >=media-sound/audacious-1.5" DEPEND="${RDEPEND} x11-proto/xproto dev-util/pkgconfig" -pkg_setup() { - built_with_use --missing true media-sound/audacious dbus || \ - die "needs media-sound/audacious with USE dbus." -} - src_compile() { tc-export CC emake || die "emake failed." |