--- /usr/portage/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild 2010-04-03 03:17:38.000000000 +0000 +++ ccsm-0.8.4-r1.ebuild 2010-08-01 09:50:14.563733341 +0000 @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild,v 1.1 2010/04/03 03:17:38 jmbsvicetto Exp $ +PYTHON_DEPEND="2" inherit distutils DESCRIPTION="Compizconfig Settings Manager" @@ -23,6 +24,11 @@ RDEPEND="${DEPEND}" DOCS="AUTHORS PKG-INFO" +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + src_compile() { distutils_src_compile --prefix=/usr }