diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 10:18:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 10:18:12 +0000 |
commit | 786084ec34d617b765dcefcc4c0c25c86d4f63d4 (patch) | |
tree | ddbf98a543a148a49639bcac2b0982dbaabc6db1 /xfce-base | |
parent | Version bump wrt #394911 by Hannan Sadar (diff) | |
download | gentoo-2-786084ec34d617b765dcefcc4c0c25c86d4f63d4.tar.gz gentoo-2-786084ec34d617b765dcefcc4c0c25c86d4f63d4.tar.bz2 gentoo-2-786084ec34d617b765dcefcc4c0c25c86d4f63d4.zip |
Empty py-compile script instead of symlinking it to /path/to/true for automake-1.11.2 compability.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/exo/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/exo/exo-0.6.2.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog index 764fc703ae11..b359b30343b3 100644 --- a/xfce-base/exo/ChangeLog +++ b/xfce-base/exo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/exo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.64 2011/11/26 17:47:07 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.65 2012/01/06 10:18:12 ssuominen Exp $ + + 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> exo-0.6.2.ebuild: + Empty py-compile script instead of symlinking it to /path/to/true for + automake-1.11.2 compability. 26 Nov 2011; Raúl Porcel <armin76@gentoo.org> exo-0.6.2.ebuild: alpha/ia64/sparc stable wrt #386963 diff --git a/xfce-base/exo/exo-0.6.2.ebuild b/xfce-base/exo/exo-0.6.2.ebuild index d640529e1e04..fec04c27102b 100644 --- a/xfce-base/exo/exo-0.6.2.ebuild +++ b/xfce-base/exo/exo-0.6.2.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/xfce-base/exo/exo-0.6.2.ebuild,v 1.7 2011/11/26 17:47:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.8 2012/01/06 10:18:12 ssuominen Exp $ EAPI=4 PYTHON_DEPEND="python? 2" @@ -46,8 +46,7 @@ pkg_setup() { } src_prepare() { - rm -f py-compile - ln -s $(type -P true) py-compile + >py-compile xfconf_src_prepare } |