From dedd99246de38f0f0d70b619dfab105765c15458 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Apr 2017 22:03:07 +0200 Subject: [PATCH] dev-python/pypy: Use usession*-0 rather than -current --- dev-python/pypy/pypy-5.6.0.ebuild | 4 ++-- dev-python/pypy/pypy-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.26.2