diff options
Diffstat (limited to 'x11-misc/gdevilspie/gdevilspie-0.31.ebuild')
-rw-r--r-- | x11-misc/gdevilspie/gdevilspie-0.31.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-misc/gdevilspie/gdevilspie-0.31.ebuild b/x11-misc/gdevilspie/gdevilspie-0.31.ebuild index fa43d4835610..bf374ba5ccc0 100644 --- a/x11-misc/gdevilspie/gdevilspie-0.31.ebuild +++ b/x11-misc/gdevilspie/gdevilspie-0.31.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gdevilspie/gdevilspie-0.31.ebuild,v 1.4 2010/06/06 06:39:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gdevilspie/gdevilspie-0.31.ebuild,v 1.5 2011/04/11 20:19:08 arfrever Exp $ -EAPI=2 +EAPI=3 PYTHON_DEPEND="2" + inherit distutils DESCRIPTION="A user friendly interface to the devilspie window matching daemon, to create rules easily." @@ -15,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-python/pygtk-2 +DEPEND="dev-python/pygtk:2 dev-python/libwnck-python x11-misc/devilspie" @@ -23,6 +24,7 @@ PYTHON_MODNAME="gDevilspie" pkg_setup() { python_set_active_version 2 + python_pkg_setup } src_prepare() { |