summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-11 20:59:47 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-11 20:59:47 +0000
commitbf165de68f75f26165996236b567b446f3617a57 (patch)
tree195927ae0b8b4cc59ab6fd0c4f36657f6714484e /x11-wm/parti/parti-0.0.6.ebuild
parentUse Python 2 (bug #317033). (diff)
downloadhistorical-bf165de68f75f26165996236b567b446f3617a57.tar.gz
historical-bf165de68f75f26165996236b567b446f3617a57.tar.bz2
historical-bf165de68f75f26165996236b567b446f3617a57.zip
Fix deprecation warnings.
Package-Manager: portage-2.2.0_alpha29_p12/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/parti/parti-0.0.6.ebuild')
-rw-r--r--x11-wm/parti/parti-0.0.6.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/parti/parti-0.0.6.ebuild b/x11-wm/parti/parti-0.0.6.ebuild
index 972656316c51..747429004a12 100644
--- a/x11-wm/parti/parti-0.0.6.ebuild
+++ b/x11-wm/parti/parti-0.0.6.ebuild
@@ -1,12 +1,12 @@
-# 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-wm/parti/parti-0.0.6.ebuild,v 1.3 2010/10/07 09:46:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-0.0.6.ebuild,v 1.4 2011/04/11 20:59:47 arfrever Exp $
-EAPI=2
+EAPI=3
PYTHON_DEPEND=2
-inherit distutils eutils python
+inherit distutils eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
HOMEPAGE="http://partiwm.googlecode.com/"
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-COMMON_DEPEND="dev-python/pygtk
+COMMON_DEPEND="dev-python/pygtk:2
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
@@ -35,6 +35,7 @@ S=${WORKDIR}/${MY_P}
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {