diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-04-07 21:58:54 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-04-08 07:42:40 +0200 |
| commit | 4f1dd02f47a8605c40ef928226222d5b1984e0aa (patch) | |
| tree | c84641f0a49a9eaaf8ccacbda0ef028b8e9f23ca /dev-python | |
| parent | eec2510264c067b3d52355e75c460ce8c22da1fd (diff) | |
| download | gentoo-4f1dd02f47a8605c40ef928226222d5b1984e0aa.tar.gz gentoo-4f1dd02f47a8605c40ef928226222d5b1984e0aa.tar.bz2 gentoo-4f1dd02f47a8605c40ef928226222d5b1984e0aa.zip | |
dev-python/pypy3: Use usession*-0 rather than -current
Use the usession*-0 directory directly rather than relying on the
usession*-current symlink. As maffblaster reports, under some
circumstances the symlink is called differently which seems to render
the -0 name safer.
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pypy3/pypy3-5.5.0_alpha.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/pypy3/pypy3-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pypy3/pypy3-5.5.0_alpha.ebuild b/dev-python/pypy3/pypy3-5.5.0_alpha.ebuild index 1a4369914362..3c4ac7df716f 100644 --- a/dev-python/pypy3/pypy3-5.5.0_alpha.ebuild +++ b/dev-python/pypy3/pypy3-5.5.0_alpha.ebuild @@ -160,10 +160,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/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index b399af1a9d49..8c0e93878b20 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-9999.ebuild @@ -169,10 +169,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 |
