mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/pypy: Use usession*-0 rather than -current
This commit is contained in:
@@ -171,10 +171,10 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -C "${T}"/usession*-current/testing_1
|
||||
emake -C "${T}"/usession*-0/testing_1
|
||||
|
||||
# copy back to make sys.prefix happy
|
||||
cp -p "${T}"/usession*-current/testing_1/{pypy-c,libpypy-c.so} . || die
|
||||
cp -p "${T}"/usession*-0/testing_1/{pypy-c,libpypy-c.so} . || die
|
||||
pax-mark m pypy-c libpypy-c.so
|
||||
|
||||
use doc && emake -C pypy/doc html
|
||||
|
||||
@@ -177,10 +177,10 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -C "${T}"/usession*-current/testing_1
|
||||
emake -C "${T}"/usession*-0/testing_1
|
||||
|
||||
# copy back to make sys.prefix happy
|
||||
cp -p "${T}"/usession*-current/testing_1/{pypy-c,libpypy-c.so} . || die
|
||||
cp -p "${T}"/usession*-0/testing_1/{pypy-c,libpypy-c.so} . || die
|
||||
pax-mark m pypy-c libpypy-c.so
|
||||
|
||||
use doc && emake -C pypy/doc html
|
||||
|
||||
Reference in New Issue
Block a user