diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-26 20:08:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-26 20:08:54 +0000 |
commit | 1f1696f134f7db1298f03b6314578b1d4455b177 (patch) | |
tree | 3d91ed346cceee307b481770171a7ca33a67fa5b /dev-python/thunarx-python | |
parent | Fix missing gnome-python-base dep, USE=debug (diff) | |
download | gentoo-2-1f1696f134f7db1298f03b6314578b1d4455b177.tar.gz gentoo-2-1f1696f134f7db1298f03b6314578b1d4455b177.tar.bz2 gentoo-2-1f1696f134f7db1298f03b6314578b1d4455b177.zip |
add python_depend too
(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 | 3 |
1 files changed, 2 insertions, 1 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 d23372febbf4..6eec89024f05 100644 --- a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild @@ -1,8 +1,9 @@ # 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.2 2010/10/26 20:07:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.3 2010/10/26 20:08:54 ssuominen Exp $ EAPI=2 +PYTHON_DEPEND=2 inherit python xfconf DESCRIPTION="Python bindings for the Thunar file manager" |