From fb6742cd69a65c112420f1a9442a78cc34e734f0 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 14 Jan 2012 18:28:30 +0000 Subject: Empty the py-compile script instead of symlinking it for compability with automake-1.11.2. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- x11-misc/redshift/ChangeLog | 8 ++++++-- x11-misc/redshift/redshift-1.7.ebuild | 7 +++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/redshift/ChangeLog b/x11-misc/redshift/ChangeLog index 1cb0330a241f..a0e3d65ac964 100644 --- a/x11-misc/redshift/ChangeLog +++ b/x11-misc/redshift/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/redshift -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.10 2011/07/28 18:14:45 sping Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.11 2012/01/14 18:28:30 ssuominen Exp $ + + 14 Jan 2012; Samuli Suominen redshift-1.7.ebuild: + Empty the py-compile script instead of symlinking it for compability with + automake-1.11.2. 28 Jul 2011; Sebastian Pipping redshift-1.7.ebuild: Add missing dependency app-misc/geoclue diff --git a/x11-misc/redshift/redshift-1.7.ebuild b/x11-misc/redshift/redshift-1.7.ebuild index f390e5ba97f3..8063a5c9e0b1 100644 --- a/x11-misc/redshift/redshift-1.7.ebuild +++ b/x11-misc/redshift/redshift-1.7.ebuild @@ -1,6 +1,6 @@ -# 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/x11-misc/redshift/redshift-1.7.ebuild,v 1.2 2011/07/28 18:14:45 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.7.ebuild,v 1.3 2012/01/14 18:28:30 ssuominen Exp $ EAPI=3 @@ -35,8 +35,7 @@ pkg_setup() { src_prepare() { if use gtk; then - rm -f py-compile - ln -s $(type -P true) py-compile || die + >py-compile python_convert_shebangs 2 src/gtk-redshift/gtk-redshift fi } -- cgit v1.2.3-65-gdbad