diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-08 19:03:24 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-08 19:03:24 +0000 |
commit | ed417ac43c1bfdd37abb95da9ce5e32b0aefa64b (patch) | |
tree | 6dad69900d075e49508da1e8123d459e57d5fc6e /media-sound/exaile/exaile-0.2.9-r1.ebuild | |
parent | Version bump (diff) | |
download | historical-ed417ac43c1bfdd37abb95da9ce5e32b0aefa64b.tar.gz historical-ed417ac43c1bfdd37abb95da9ce5e32b0aefa64b.tar.bz2 historical-ed417ac43c1bfdd37abb95da9ce5e32b0aefa64b.zip |
Fix missing dbus-python dependency, thanks to Thomas A. and Oliver Rolland in bug 173770.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'media-sound/exaile/exaile-0.2.9-r1.ebuild')
-rw-r--r-- | media-sound/exaile/exaile-0.2.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/exaile/exaile-0.2.9-r1.ebuild b/media-sound/exaile/exaile-0.2.9-r1.ebuild index d2175a0c9790..c71cf8b6454e 100644 --- a/media-sound/exaile/exaile-0.2.9-r1.ebuild +++ b/media-sound/exaile/exaile-0.2.9-r1.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/media-sound/exaile/exaile-0.2.9-r1.ebuild,v 1.1 2007/04/06 22:03:44 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.9-r1.ebuild,v 1.2 2007/04/08 19:03:24 kloeri Exp $ inherit eutils python toolchain-funcs @@ -23,6 +23,7 @@ RDEPEND=">=dev-python/pygtk-2.8.6 >=media-libs/mutagen-1.6 dev-python/elementtree >=gnome-base/librsvg-2 + dev-python/dbus-python libnotify? ( dev-python/notify-python ) libsexy? ( dev-python/sexy-python ) gnome? ( >=dev-python/gnome-python-extras-2.14 |