diff options
author | 2007-12-30 12:13:47 +0000 | |
---|---|---|
committer | 2007-12-30 12:13:47 +0000 | |
commit | 7fc6d96133d78afc6a4a28b30966397987fe6f73 (patch) | |
tree | 87b9780be299b348465ab83b0568e37297a17f0f /media-sound/jokosher | |
parent | Add missing SITEFILE declaration. (diff) | |
download | gentoo-2-7fc6d96133d78afc6a4a28b30966397987fe6f73.tar.gz gentoo-2-7fc6d96133d78afc6a4a28b30966397987fe6f73.tar.bz2 gentoo-2-7fc6d96133d78afc6a4a28b30966397987fe6f73.zip |
Add setuptools runtime dep
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-sound/jokosher')
-rw-r--r-- | media-sound/jokosher/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/jokosher/jokosher-0.9.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/jokosher/ChangeLog b/media-sound/jokosher/ChangeLog index 4828c485b090..2b1e69fbd6e7 100644 --- a/media-sound/jokosher/ChangeLog +++ b/media-sound/jokosher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/jokosher # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.3 2007/11/18 17:27:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.4 2007/12/30 12:13:47 jokey Exp $ + + 30 Dec 2007; Markus Ullmann <jokey@gentoo.org> jokosher-0.9.ebuild: + Add setuptools runtime dep 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> jokosher-0.9.ebuild: add ~amd64, works like a charm here diff --git a/media-sound/jokosher/jokosher-0.9.ebuild b/media-sound/jokosher/jokosher-0.9.ebuild index f8d31514c1f9..253cb03fc618 100644 --- a/media-sound/jokosher/jokosher-0.9.ebuild +++ b/media-sound/jokosher/jokosher-0.9.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/jokosher/jokosher-0.9.ebuild,v 1.2 2007/11/18 17:27:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild,v 1.3 2007/12/30 12:13:47 jokey Exp $ NEED_PYTHON=2.4 @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +# NOTE: setuptools are a runtime requirement as the app +# loads its extensions via pkg_resources RDEPEND="dev-python/dbus-python dev-python/gnome-python >=dev-python/gst-python-0.10.8 @@ -32,7 +34,8 @@ RDEPEND="dev-python/dbus-python >=media-plugins/gst-plugins-ogg-0.10.14 >=media-plugins/gst-plugins-vorbis-0.10.14 >=media-plugins/gst-plugins-ladspa-0.10.5 - x11-themes/hicolor-icon-theme" + x11-themes/hicolor-icon-theme + dev-python/setuptools" DEPEND="${RDEPEND} dev-python/setuptools app-text/scrollkeeper" |