commit:     987be7321d695de3584f651f30ddb2e6024456db
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 13:32:07 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 07:57:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987be732

distutils-r1.eclass: Make /usr/lib/pypy/share warning fatal

All the share-related issues should have been fixed by the PyPy patch
by now, and since PyPy target is not stable, there is really no need
to be very graceful here.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/distutils-r1.eclass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 5267cae948a..355f36f59e3 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -894,9 +894,7 @@ distutils-r1_python_install() {
        ${shopt_save}
 
        if [[ -n ${pypy_dirs} ]]; then
-               local cmd=die
-               [[ ${EAPI} == [45] ]] && cmd=eqawarn
-               "${cmd}" "Package installs 'share' in PyPy prefix, see bug 
#465546."
+               die "Package installs 'share' in PyPy prefix, see bug #465546."
        fi
 
        if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then

Reply via email to