diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-11-17 22:36:03 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-11-17 22:36:03 +0000 |
commit | 7bb18b1e7501579b4eb42589be74bb4ef10e0fee (patch) | |
tree | 85963a80305f96cab9c45b15ef971eb1f04c2e0c /app-admin/conky/conky-1.4.6.ebuild | |
parent | stable x86, bug 199246 (diff) | |
download | gentoo-2-7bb18b1e7501579b4eb42589be74bb4ef10e0fee.tar.gz gentoo-2-7bb18b1e7501579b4eb42589be74bb4ef10e0fee.tar.bz2 gentoo-2-7bb18b1e7501579b4eb42589be74bb4ef10e0fee.zip |
change dependency as audacious had an API change. Thanks to Philip in bug #198998
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-admin/conky/conky-1.4.6.ebuild')
-rw-r--r-- | app-admin/conky/conky-1.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/conky/conky-1.4.6.ebuild b/app-admin/conky/conky-1.4.6.ebuild index 090d5fe2633e..ab40dbbb5c7d 100644 --- a/app-admin/conky/conky-1.4.6.ebuild +++ b/app-admin/conky/conky-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.6.ebuild,v 1.6 2007/08/13 05:54:40 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.6.ebuild,v 1.7 2007/11/17 22:36:03 dragonheart Exp $ inherit eutils # used for epause @@ -25,7 +25,7 @@ DEPEND_COMMON=" x11-libs/libXdamage x11-libs/libXft truetype? ( >=media-libs/freetype-2 ) - audacious? ( >=media-sound/audacious-0.1 ) + audacious? ( <media-sound/audacious-1.4.0 ) bmpx? ( media-sound/bmpx >=sys-apps/dbus-0.35 ) |