summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-04 13:53:54 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-04 13:53:54 +0000
commitb57f6e13b53a9e44ba5fd82faf1d73f6035f523d (patch)
tree7ae081fe3602835602fe8f08fcff8b0c9c42eba8 /eclass/ChangeLog
parentIntroduce python_newscript(), to install scripts with renaming. Requested in ... (diff)
downloadgentoo-2-b57f6e13b53a9e44ba5fd82faf1d73f6035f523d.tar.gz
gentoo-2-b57f6e13b53a9e44ba5fd82faf1d73f6035f523d.tar.bz2
gentoo-2-b57f6e13b53a9e44ba5fd82faf1d73f6035f523d.zip
Introduce python_get_library_path() to obtain the path to the Python library. Required by dev-python/shiboken.
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 fcaa6a891bb8..e33a9e0b1c30 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.659 2013/02/04 13:52:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.660 2013/02/04 13:53:54 mgorny Exp $
+
+ 04 Feb 2013; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
+ Introduce python_get_library_path() to obtain the path to the Python library.
+ Required by dev-python/shiboken.
04 Feb 2013; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
Introduce python_newscript(), to install scripts with renaming. Requested in