summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2009-02-02 17:08:05 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2009-02-02 17:08:05 +0000
commit74a8f19557cd65d5d60ced299de5aad341a32478 (patch)
tree7e39c72adbacf95d4b183c28faa53cb0b9094e1b /x11-plugins/gkrellmms
parentFix --as-needed bug #247306 (diff)
downloadgentoo-2-74a8f19557cd65d5d60ced299de5aad341a32478.tar.gz
gentoo-2-74a8f19557cd65d5d60ced299de5aad341a32478.tar.bz2
gentoo-2-74a8f19557cd65d5d60ced299de5aad341a32478.zip
New audacious does not have dbus use flag
Bug #219601 (Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/gkrellmms')
-rw-r--r--x11-plugins/gkrellmms/ChangeLog7
-rw-r--r--x11-plugins/gkrellmms/gkrellmms-2.1.22-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog
index f67592f66695..c880ee5d69c7 100644
--- a/x11-plugins/gkrellmms/ChangeLog
+++ b/x11-plugins/gkrellmms/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellmms
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.56 2008/03/16 15:08:25 coldwind Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.57 2009/02/02 17:08:05 drizzt Exp $
+
+ 02 Feb 2009; <drizzt@gentoo.org> gkrellmms-2.1.22-r1.ebuild:
+ New audacious does not have dbus use flag Bug #219601
16 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
gkrellmms-2.1.22-r1.ebuild:
diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.22-r1.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.22-r1.ebuild
index 12a4b5a167df..97c7cf4e7c2e 100644
--- a/x11-plugins/gkrellmms/gkrellmms-2.1.22-r1.ebuild
+++ b/x11-plugins/gkrellmms/gkrellmms-2.1.22-r1.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/gkrellmms/gkrellmms-2.1.22-r1.ebuild,v 1.8 2008/03/16 15:08:25 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.22-r1.ebuild,v 1.9 2009/02/02 17:08:05 drizzt Exp $
inherit eutils multilib toolchain-funcs
@@ -24,7 +24,7 @@ KEYWORDS="~alpha amd64 ppc sparc x86"
S="${WORKDIR}"/${PN}
pkg_setup() {
- if ! built_with_use media-sound/audacious dbus ; then
+ if has_version '<media-sound/audacious-1.5.0' && ! built_with_use media-sound/audacious dbus ; then
eerror "${PN} needs media-sound/audacious built with"
eerror "USE='dbus'. Please, reinstall it with dbus enabled"
eerror "and try again."