summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-07-27 16:32:46 +0000
committerMichał Górny <mgorny@gentoo.org>2015-07-27 16:32:46 +0000
commit5c7792ceaf16a5dd84d61307fea921d2a120c97d (patch)
treec5f00ce50a0ee08f742fcb38b536db55f2ad0cdd /eclass/ChangeLog
parentDrop the USE_PYTHON warning. (diff)
downloadgentoo-2-5c7792ceaf16a5dd84d61307fea921d2a120c97d.tar.gz
gentoo-2-5c7792ceaf16a5dd84d61307fea921d2a120c97d.tar.bz2
gentoo-2-5c7792ceaf16a5dd84d61307fea921d2a120c97d.zip
python_wrapper_setup(): replace symlinks with shell wrappers to avoid triggering Python 3.4+ magical prefix support.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index ca5959b020de..02586cd3c335 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1728 2015/07/27 16:31:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1729 2015/07/27 16:32:46 mgorny Exp $
+
+ 27 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
+ python_wrapper_setup(): replace symlinks with shell wrappers to avoid
+ triggering Python 3.4+ magical prefix support.
27 Jul 2015; Mike Gilbert <floppym@gentoo.org> python-r1.eclass:
Drop the USE_PYTHON warning.