diff options
author | 2012-01-14 18:30:45 +0000 | |
---|---|---|
committer | 2012-01-14 18:30:45 +0000 | |
commit | f533f6e543ae8bc0537c987f96b8997cca669461 (patch) | |
tree | a80d91f2772c24e7792f739ee1de3addd9606013 /media-libs/libgpod | |
parent | Empty the py-compile script instead of symlinking it for compability with aut... (diff) | |
download | gentoo-2-f533f6e543ae8bc0537c987f96b8997cca669461.tar.gz gentoo-2-f533f6e543ae8bc0537c987f96b8997cca669461.tar.bz2 gentoo-2-f533f6e543ae8bc0537c987f96b8997cca669461.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 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.8.0.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog index e155c0c3725d..3a1498c14042 100644 --- a/media-libs/libgpod/ChangeLog +++ b/media-libs/libgpod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libgpod -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.86 2011/10/24 05:54:05 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.87 2012/01/14 18:30:45 ssuominen Exp $ + + 14 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> libgpod-0.8.0.ebuild: + Empty the py-compile script instead of symlinking it for compability with + automake-1.11.2. 24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> libgpod-0.8.0.ebuild: diff --git a/media-libs/libgpod/libgpod-0.8.0.ebuild b/media-libs/libgpod/libgpod-0.8.0.ebuild index d34dc08c869e..2de1e6251f13 100644 --- a/media-libs/libgpod/libgpod-0.8.0.ebuild +++ b/media-libs/libgpod/libgpod-0.8.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/media-libs/libgpod/libgpod-0.8.0.ebuild,v 1.7 2011/10/24 05:54:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild,v 1.8 2012/01/14 18:30:45 ssuominen Exp $ EAPI=3 @@ -43,8 +43,7 @@ pkg_setup() { } src_prepare() { - rm -f py-compile - ln -s $(type -P true) py-compile + >py-compile } src_configure() { |