diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-14 18:28:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-14 18:28:30 +0000 |
commit | fb6742cd69a65c112420f1a9442a78cc34e734f0 (patch) | |
tree | 1832cd9e0cfc665fcc08138acbab3220e8db11b8 /x11-misc/redshift | |
parent | 0.8.35 version bump, with calibre-server init script thanks to Erik Zeek <zee... (diff) | |
download | gentoo-2-fb6742cd69a65c112420f1a9442a78cc34e734f0.tar.gz gentoo-2-fb6742cd69a65c112420f1a9442a78cc34e734f0.tar.bz2 gentoo-2-fb6742cd69a65c112420f1a9442a78cc34e734f0.zip |
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)
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r-- | x11-misc/redshift/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/redshift/redshift-1.7.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
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 <ssuominen@gentoo.org> 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 <sping@gentoo.org> 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 } |