From: Michał Górny Date: Fri, 7 Apr 2017 20:03:07 +0000 (+0200) Subject: dev-python/pypy: Use usession*-0 rather than -current X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dedd99246de38f0f0d70b619dfab105765c15458;p=gentoo.git dev-python/pypy: Use usession*-0 rather than -current --- diff --git a/dev-python/pypy/pypy-5.6.0.ebuild b/dev-python/pypy/pypy-5.6.0.ebuild index 34c1826c856f..a6b8dc6a26ee 100644 --- a/dev-python/pypy/pypy-5.6.0.ebuild +++ b/dev-python/pypy/pypy-5.6.0.ebuild @@ -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 diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index de566f88e80d..4afdf0d346fe 100644 --- a/dev-python/pypy/pypy-9999.ebuild +++ b/dev-python/pypy/pypy-9999.ebuild @@ -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