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

(-)scons-0.96.91.ebuild.orig (-2 / +2 lines)
Lines 2-8 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/dev-util/scons/scons-0.96.91.ebuild,v 1.2 2006/01/09 19:38:50 corsair Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.96.91.ebuild,v 1.2 2006/01/09 19:38:50 corsair Exp $
4
4
5
inherit python distutils
5
inherit distutils multilib python
6
6
7
DESCRIPTION="Extensible python-based build utility"
7
DESCRIPTION="Extensible python-based build utility"
8
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
Lines 24-30 Link Here
24
}
24
}
25
25
26
pkg_postinst() {
26
pkg_postinst() {
27
	python_mod_optimize /usr/lib/scons/SCons
27
	python_mod_optimize /usr/$(get_libdir)/${P}/SCons
28
}
28
}
29
29
30
pkg_postrm() {
30
pkg_postrm() {

Return to bug 118022