diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-01-29 00:30:13 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-01-29 00:30:13 +0000 |
commit | ea9312a952d971433b74bbb52b0018a57915a003 (patch) | |
tree | 244237cd93f54489a053e15d9777536d2cbf00cd /eclass | |
parent | Version bump. Bug fixes, and notably bug #297483. Disable test affecting live... (diff) | |
download | gentoo-2-ea9312a952d971433b74bbb52b0018a57915a003.tar.gz gentoo-2-ea9312a952d971433b74bbb52b0018a57915a003.tar.bz2 gentoo-2-ea9312a952d971433b74bbb52b0018a57915a003.zip |
Remove la files for bindings, bug #299243.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome-python-common.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/gnome-python-common.eclass b/eclass/gnome-python-common.eclass index 2ee9e3caf841..bd3a51141819 100644 --- a/eclass/gnome-python-common.eclass +++ b/eclass/gnome-python-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.7 2009/01/12 23:09:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.8 2010/01/29 00:30:13 eva Exp $ # Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the # gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>) @@ -94,6 +94,11 @@ gnome-python-common_src_install() { fi done fi + + # Python does not need these, bug #299243 + find "${D}$(python_get_sitedir)" -name "*.la" -delete \ + || die "failed to remove la files" + } gnome-python-common_pkg_postinst() { |