summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-09 10:29:41 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-09 10:29:41 +0000
commit84dc08abb2046e8919cb8245fda589859251b0e6 (patch)
tree2713644852c8964fc4174905178b6b275fc288b5 /dev-util/scons/ChangeLog
parentVersion bump, drop old (diff)
downloadgentoo-2-84dc08abb2046e8919cb8245fda589859251b0e6.tar.gz
gentoo-2-84dc08abb2046e8919cb8245fda589859251b0e6.tar.bz2
gentoo-2-84dc08abb2046e8919cb8245fda589859251b0e6.zip
Call python_replicate_script in outer src_install() to avoid implementation-specific environment.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/scons/ChangeLog')
-rw-r--r--dev-util/scons/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog
index ea3a37069a85..e67cf4d83ae4 100644
--- a/dev-util/scons/ChangeLog
+++ b/dev-util/scons/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/scons
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.133 2013/09/07 19:34:59 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.134 2013/09/09 10:29:41 mgorny Exp $
+
+ 09 Sep 2013; Michał Górny <mgorny@gentoo.org> scons-2.2.0-r1.ebuild,
+ scons-2.3.0.ebuild:
+ Call python_replicate_script in outer src_install() to avoid implementation-
+ specific environment.
07 Sep 2013; Mike Gilbert <floppym@gentoo.org> scons-2.3.0.ebuild:
Revert previous change; wrong shebangs get installed.