Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 316983
Collapse All | Expand All

(-)/usr/portage/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild (+6 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $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 $
4
4
5
PYTHON_DEPEND="2"
5
inherit distutils
6
inherit distutils
6
7
7
DESCRIPTION="Compizconfig Settings Manager"
8
DESCRIPTION="Compizconfig Settings Manager"
Lines 23-28 RDEPEND="${DEPEND}" Link Here
23
24
24
DOCS="AUTHORS PKG-INFO"
25
DOCS="AUTHORS PKG-INFO"
25
26
27
pkg_setup() {
28
	python_set_active_version 2
29
	python_pkg_setup
30
}
31
26
src_compile() {
32
src_compile() {
27
	distutils_src_compile --prefix=/usr
33
	distutils_src_compile --prefix=/usr
28
}
34
}

Return to bug 316983