diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-29 06:14:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-29 06:14:39 +0000 |
commit | eca94b14fe0e254b90fbc2d62feffac208fa75ca (patch) | |
tree | abff1f01fb8d8cd5de4b0bbaca0f6401c08abe22 | |
parent | Add missing gnome-common dependency (bug #406231, thanks to Robin Bankhead fo... (diff) | |
download | gentoo-2-eca94b14fe0e254b90fbc2d62feffac208fa75ca.tar.gz gentoo-2-eca94b14fe0e254b90fbc2d62feffac208fa75ca.tar.bz2 gentoo-2-eca94b14fe0e254b90fbc2d62feffac208fa75ca.zip |
Empty py-compile script instead of symlinking it to /path/to/true. This is required for compability with recent automake.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
-rw-r--r-- | gnome-extra/libgsf/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.14.21.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/gnome-extra/libgsf/ChangeLog b/gnome-extra/libgsf/ChangeLog index 4a1d8946eae8..40def23c4540 100644 --- a/gnome-extra/libgsf/ChangeLog +++ b/gnome-extra/libgsf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgsf -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.190 2011/12/31 19:33:05 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.191 2012/02/29 06:14:39 ssuominen Exp $ + + 29 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> libgsf-1.14.21.ebuild: + Empty py-compile script instead of symlinking it to /path/to/true. This is + required for compability with recent automake. *libgsf-1.14.22 (31 Dec 2011) diff --git a/gnome-extra/libgsf/libgsf-1.14.21.ebuild b/gnome-extra/libgsf/libgsf-1.14.21.ebuild index 78427eabefba..4db5f6817fc2 100644 --- a/gnome-extra/libgsf/libgsf-1.14.21.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.21.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/gnome-extra/libgsf/libgsf-1.14.21.ebuild,v 1.8 2011/10/30 16:25:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.21.ebuild,v 1.9 2012/02/29 06:14:39 ssuominen Exp $ EAPI="3" GCONF_DEBUG="no" @@ -73,8 +73,7 @@ src_prepare() { eautoreconf # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile + >py-compile } src_compile() { |