summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-11-24 01:39:55 +0000
committerMike Gilbert <floppym@gentoo.org>2014-11-24 01:39:55 +0000
commit27006ba6b83a4c1439ab85ee55942b23ee4afd3d (patch)
tree0f0e0ec59412205a0d8999b3f3adf8dd2b8f3486 /eclass
parentAdd multilib at-spi2-core, at-spi2-atk, gtk+:3 (diff)
downloadhistorical-27006ba6b83a4c1439ab85ee55942b23ee4afd3d.tar.gz
historical-27006ba6b83a4c1439ab85ee55942b23ee4afd3d.tar.bz2
historical-27006ba6b83a4c1439ab85ee55942b23ee4afd3d.zip
eqawarn about /usr/lib/pypy/share instead of dying.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/distutils-r1.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 2aab3c1711bf..fa6fb01efc14 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1444 2014/11/23 21:46:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1445 2014/11/24 01:39:55 floppym Exp $
+
+ 24 Nov 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass:
+ eqawarn about /usr/lib/pypy/share instead of dying.
23 Nov 2014; Michał Górny <mgorny@gentoo.org> gnome2-utils.eclass:
Support multilib in gnome2_query_immodules_gtk2() as well.
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index a3183e69ad4b..8c220db957fd 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.102 2014/08/24 13:23:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.103 2014/11/24 01:39:55 floppym Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@@ -557,7 +557,7 @@ distutils-r1_python_install() {
die "Package installs 'tests' package, file collisions likely."
fi
if [[ -d ${root}/usr/$(get_libdir)/pypy/share ]]; then
- die "Package installs 'share' in PyPy prefix, see bug #465546."
+ eqawarn "Package installs 'share' in PyPy prefix, see bug #465546."
fi
if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then