diff options
author | Matt Carr (mca) <karman05@gmail.com> | 2011-10-08 17:10:23 +0000 |
---|---|---|
committer | Matt Carr (mca) <karman05@gmail.com> | 2011-10-08 17:10:23 +0000 |
commit | 8da638ff7408458b57073a28419c9af3cd199793 (patch) | |
tree | ab8469e4f245ddc6a982105d9a68c1298786e7c2 /media-sound/pithos/pithos-9999.ebuild | |
parent | profiles/ package.mask: Masking app-misc/ccpublisher for removal (diff) | |
download | sunrise-8da638ff7408458b57073a28419c9af3cd199793.tar.gz sunrise-8da638ff7408458b57073a28419c9af3cd199793.tar.bz2 sunrise-8da638ff7408458b57073a28419c9af3cd199793.zip |
media-sound/pithos: Minor update, keybinder dependency needs python use flag
svn path=/sunrise/; revision=12448
Diffstat (limited to 'media-sound/pithos/pithos-9999.ebuild')
-rw-r--r-- | media-sound/pithos/pithos-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild index d058636bd..fe4c9ebe3 100644 --- a/media-sound/pithos/pithos-9999.ebuild +++ b/media-sound/pithos/pithos-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -29,7 +29,7 @@ RDEPEND="dev-python/pyxdg media-plugins/gst-plugins-faad media-plugins/gst-plugins-soup gnome? ( gnome-base/gnome-settings-daemon ) - !gnome? ( dev-libs/keybinder )" + !gnome? ( dev-libs/keybinder[python] )" RESTRICT_PYTHON_ABIS="2.[45] 3.*" DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" |