diff options
author | 2007-11-10 17:45:49 +0000 | |
---|---|---|
committer | 2007-11-10 17:45:49 +0000 | |
commit | 139c59dcda9e8edd43ef823477d71d92b9f603e3 (patch) | |
tree | df675bdd50bf3a33555f57bbc943c1351c97426f /x11-plugins/wmauda/wmauda-0.7.ebuild | |
parent | alpha/ia64/sparc stable wrt #197933, thanks to Tobias Klausmann and Alex Macl... (diff) | |
download | historical-139c59dcda9e8edd43ef823477d71d92b9f603e3.tar.gz historical-139c59dcda9e8edd43ef823477d71d92b9f603e3.tar.bz2 historical-139c59dcda9e8edd43ef823477d71d92b9f603e3.zip |
Remove built-with dbus check because Audacious has a hard dependency on it now.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'x11-plugins/wmauda/wmauda-0.7.ebuild')
-rw-r--r-- | x11-plugins/wmauda/wmauda-0.7.ebuild | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/x11-plugins/wmauda/wmauda-0.7.ebuild b/x11-plugins/wmauda/wmauda-0.7.ebuild index 54dce4d79d64..5e9b00e88597 100644 --- a/x11-plugins/wmauda/wmauda-0.7.ebuild +++ b/x11-plugins/wmauda/wmauda-0.7.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2007 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.1 2007/11/10 17:08:50 joker Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.2 2007/11/10 17:45:49 joker Exp $ IUSE="" @@ -18,15 +16,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -pkg_setup() { - if ! built_with_use media-sound/audacious dbus ; then - eerror - eerror "Audacious must be built with dbus support." - eerror - die - fi -} - src_compile() { emake || die } |