diff options
Diffstat (limited to 'gnome-extra/panflute')
-rw-r--r-- | gnome-extra/panflute/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/panflute/panflute-0.7.0.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/gnome-extra/panflute/ChangeLog b/gnome-extra/panflute/ChangeLog index 8d6e539fa79c..283d39bc24fa 100644 --- a/gnome-extra/panflute/ChangeLog +++ b/gnome-extra/panflute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/panflute -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/ChangeLog,v 1.9 2011/11/26 15:05:52 eva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/ChangeLog,v 1.10 2012/01/15 14:07:29 ssuominen Exp $ + + 15 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> panflute-0.7.0.ebuild: + Empty py-compile script instead of symlinking it to /path/to/true for + automake-1.11.2 compability. 26 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org> -panflute-0.6.2.ebuild: Clean up old revision. diff --git a/gnome-extra/panflute/panflute-0.7.0.ebuild b/gnome-extra/panflute/panflute-0.7.0.ebuild index fac0101b0fff..2403b8e873ce 100644 --- a/gnome-extra/panflute/panflute-0.7.0.ebuild +++ b/gnome-extra/panflute/panflute-0.7.0.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/panflute/panflute-0.7.0.ebuild,v 1.3 2011/07/01 21:14:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/panflute-0.7.0.ebuild,v 1.4 2012/01/15 14:07:29 ssuominen Exp $ EAPI="3" GCONF_DEBUG="no" @@ -51,8 +51,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.6.2-libnotify-0.7.patch # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile + >py-compile python_copy_sources } |