summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-20 02:30:44 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-20 02:30:44 +0000
commit247f87051b3c90da6ad10bed569d8d6db8b03c04 (patch)
treeb180dc000dc68beb8004757fcfd9c78bd5604ac5 /media-libs
parentMake 0.2.2's dependency on pygobject:2 slotted. (diff)
downloadgentoo-2-247f87051b3c90da6ad10bed569d8d6db8b03c04.tar.gz
gentoo-2-247f87051b3c90da6ad10bed569d8d6db8b03c04.tar.bz2
gentoo-2-247f87051b3c90da6ad10bed569d8d6db8b03c04.zip
Use remove_libtool_files to remove libtool archives.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libsoundtouch/ChangeLog5
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog
index a50969a9c521..67ef930b745a 100644
--- a/media-libs/libsoundtouch/ChangeLog
+++ b/media-libs/libsoundtouch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.42 2011/08/22 08:02:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.43 2011/10/20 02:30:44 radhermit Exp $
+
+ 20 Oct 2011; Tim Harder <radhermit@gentoo.org> libsoundtouch-1.6.0.ebuild:
+ Use remove_libtool_files to remove libtool archives.
*libsoundtouch-1.6.0 (22 Aug 2011)
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild
index 66328bac2c74..01a331318092 100644
--- a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo FoundationOU
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.1 2011/08/22 08:02:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.2 2011/10/20 02:30:44 radhermit Exp $
EAPI=4
-inherit autotools eutils flag-o-matic
+inherit autotools-utils eutils flag-o-matic
MY_PN=${PN/lib}
@@ -44,5 +44,5 @@ src_compile() {
src_install() {
emake DESTDIR="${ED}" pkgdocdir="${EPREFIX}/usr/share/doc/${PF}/html" install
- find "${ED}" -name '*.la' -exec rm -f '{}' +
+ remove_libtool_files all
}