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

(-)/usr/portage/dev-python/pypy/pypy-2.0_beta2.ebuild (-1 / +2 lines)
Lines 6-12 Link Here
6
6
7
# XXX: test other implementations
7
# XXX: test other implementations
8
PYTHON_COMPAT=( python2_7 pypy{1_8,1_9,2_0} )
8
PYTHON_COMPAT=( python2_7 pypy{1_8,1_9,2_0} )
9
inherit check-reqs eutils flag-o-matic multilib multiprocessing python-any-r1 toolchain-funcs vcs-snapshot versionator
9
inherit check-reqs eutils flag-o-matic multilib multiprocessing python-any-r1 toolchain-funcs vcs-snapshot versionator pax-utils
10
10
11
DESCRIPTION="A fast, compliant alternative implementation of the Python language"
11
DESCRIPTION="A fast, compliant alternative implementation of the Python language"
12
HOMEPAGE="http://pypy.org/"
12
HOMEPAGE="http://pypy.org/"
Lines 92-97 Link Here
92
92
93
src_install() {
93
src_install() {
94
	insinto "/usr/$(get_libdir)/pypy${SLOT}"
94
	insinto "/usr/$(get_libdir)/pypy${SLOT}"
95
        use jit && pax-mark m pypy-c
95
	doins -r include lib_pypy lib-python pypy-c
96
	doins -r include lib_pypy lib-python pypy-c
96
	fperms a+x ${INSDESTTREE}/pypy-c
97
	fperms a+x ${INSDESTTREE}/pypy-c
97
	dosym ../$(get_libdir)/pypy${SLOT}/pypy-c /usr/bin/pypy-c${SLOT}
98
	dosym ../$(get_libdir)/pypy${SLOT}/pypy-c /usr/bin/pypy-c${SLOT}

Return to bug 448818