diff options
author | 2012-01-15 14:06:33 +0000 | |
---|---|---|
committer | 2012-01-15 14:06:33 +0000 | |
commit | 056538f7cd3e95ef15ac5a73c13156e7041eaa77 (patch) | |
tree | 306dd3ab962af4f92429d9bd2535546256b88f25 /gnome-extra | |
parent | Pass --docdir to configure only when supported. (diff) | |
download | gentoo-2-056538f7cd3e95ef15ac5a73c13156e7041eaa77.tar.gz gentoo-2-056538f7cd3e95ef15ac5a73c13156e7041eaa77.tar.bz2 gentoo-2-056538f7cd3e95ef15ac5a73c13156e7041eaa77.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 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-packagekit/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/gnome-packagekit/gnome-packagekit-3.2.1.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gnome-extra/gnome-packagekit/ChangeLog b/gnome-extra/gnome-packagekit/ChangeLog index 7841aeafa869..8170e599d913 100644 --- a/gnome-extra/gnome-packagekit/ChangeLog +++ b/gnome-extra/gnome-packagekit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/gnome-packagekit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-packagekit/ChangeLog,v 1.4 2011/12/31 01:14:36 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-packagekit/ChangeLog,v 1.5 2012/01/15 14:06:33 ssuominen Exp $ + + 15 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + gnome-packagekit-3.2.1.ebuild: + Empty py-compile script instead of symlinking it to /path/to/true for + automake-1.11.2 compability. 31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome-packagekit-3.2.1.ebuild: diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.2.1.ebuild b/gnome-extra/gnome-packagekit/gnome-packagekit-3.2.1.ebuild index 7b16cbbd2630..97d80d5e8b0a 100644 --- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.2.1.ebuild +++ b/gnome-extra/gnome-packagekit/gnome-packagekit-3.2.1.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/gnome-packagekit/gnome-packagekit-3.2.1.ebuild,v 1.2 2011/12/31 01:14:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-packagekit/gnome-packagekit-3.2.1.ebuild,v 1.3 2012/01/15 14:06:33 ssuominen Exp $ EAPI="4" GCONF_DEBUG="no" @@ -82,7 +82,7 @@ src_prepare() { gnome2_src_prepare # fix pyc/pyo generation - ln -sfn $(type -P true) py-compile + >py-compile # disable tests with graphical dialogs and that require packagekitd to be # run with the dummy backend |