# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.69 2012/01/03 08:59:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.70 2012/01/03 12:18:17 nirbheek Exp $
+
+ 03 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org>
+ gnome-python-common.eclass:
+ New automake uses $(SHELL) py-compile, which fails if py-compile is a symlink
+ to /bin/true. Make it an executable empty file instead.
03 Jan 2012; Justin Lecher <jlec@gentoo.org> eutils.eclass:
Convert make_desktop_entry() comment block to be eclass-manpages conform,
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.13 2011/12/27 17:55:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.14 2012/01/03 12:18:17 nirbheek Exp $
# Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the
# gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>)
# disable pyc compiling
if [[ -f py-compile ]]; then
rm py-compile
- ln -s $(type -P true) py-compile
+ echo > py-compile
+ chmod +x py-compile
fi
# The .pc file is installed by respective gnome-python*-base package