summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-10 09:07:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-10 09:07:41 +0000
commitcdf7574c254811475fa88fec2547cb2ae895f01d (patch)
treea8dda0c76fd9ec3d40aa7769719535da017ac082 /x11-libs/vte
parentVersion bump (diff)
downloadgentoo-2-cdf7574c254811475fa88fec2547cb2ae895f01d.tar.gz
gentoo-2-cdf7574c254811475fa88fec2547cb2ae895f01d.tar.bz2
gentoo-2-cdf7574c254811475fa88fec2547cb2ae895f01d.zip
Punt useless libtool file.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/ChangeLog5
-rw-r--r--x11-libs/vte/vte-0.26.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index 0a4cd2192878..3704e6b1bfcf 100644
--- a/x11-libs/vte/ChangeLog
+++ b/x11-libs/vte/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.273 2011/04/01 10:57:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.274 2011/04/10 09:07:41 ssuominen Exp $
+
+ 10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> vte-0.26.2.ebuild:
+ Punt useless libtool file.
01 Apr 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Fixed Typo in USE description
diff --git a/x11-libs/vte/vte-0.26.2.ebuild b/x11-libs/vte/vte-0.26.2.ebuild
index 745fe538513c..b3eecd14257a 100644
--- a/x11-libs/vte/vte-0.26.2.ebuild
+++ b/x11-libs/vte/vte-0.26.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.9 2011/03/31 18:22:09 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.10 2011/04/10 09:07:41 ssuominen Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -48,5 +48,6 @@ pkg_setup() {
src_install() {
gnome2_src_install
+ find "${ED}" -name '*.la' -exec rm -f {} +
use python && python_clean_installation_image
}