diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-26 20:07:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-26 20:07:27 +0000 |
commit | 4c726d501cce00e49cb45c5c89000f29a86c10bc (patch) | |
tree | e98220ddf93342b1764ac8666610e74ac930cef2 /dev-python/thunarx-python | |
parent | fix automagic dep on aspell, bug #327891 (diff) | |
download | gentoo-2-4c726d501cce00e49cb45c5c89000f29a86c10bc.tar.gz gentoo-2-4c726d501cce00e49cb45c5c89000f29a86c10bc.tar.bz2 gentoo-2-4c726d501cce00e49cb45c5c89000f29a86c10bc.zip |
Fix missing gnome-python-base dep, USE=debug
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/thunarx-python')
-rw-r--r-- | dev-python/thunarx-python/thunarx-python-0.2.0.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild index 3544796b0e1c..d23372febbf4 100644 --- a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.1 2010/10/26 19:59:48 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.2 2010/10/26 20:07:27 ssuominen Exp $ EAPI=2 - inherit python xfconf DESCRIPTION="Python bindings for the Thunar file manager" @@ -13,19 +12,23 @@ SRC_URI="http://rabbitvcs.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="debug" RDEPEND="x11-libs/gtk+:2 dev-libs/glib:2 - dev-python/pygobject:2 + >=dev-python/gnome-python-base-2.12 + >=dev-python/pygobject-2.16:2 dev-python/pygtk:2 xfce-base/thunar" DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { + XFCONF="--disable-dependency-tracking + $(xfconf_use_debug)" + DOCS="AUTHORS ChangeLog NEWS README" + python_set_active_version 2 - DOCS="AUTHORS ChangeLog NEWS" } src_install() { |