diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-05 14:49:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-05 14:49:41 +0000 |
commit | 8bf60ea89228e13a76da3bd319f7604033a170ea (patch) | |
tree | b30426af37c0329f849a0b74e1cec0c5f35ae27f /app-pda/libimobiledevice | |
parent | keyword amd64-linux, x86-linux, removed old (diff) | |
download | gentoo-2-8bf60ea89228e13a76da3bd319f7604033a170ea.tar.gz gentoo-2-8bf60ea89228e13a76da3bd319f7604033a170ea.tar.bz2 gentoo-2-8bf60ea89228e13a76da3bd319f7604033a170ea.zip |
Use prune_libtool_files from eutils.eclass
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r-- | app-pda/libimobiledevice/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.1.4-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog index 6f2151cc72d7..afe1e0366d98 100644 --- a/app-pda/libimobiledevice/ChangeLog +++ b/app-pda/libimobiledevice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libimobiledevice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.32 2012/08/05 13:03:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.33 2012/08/05 14:49:41 ssuominen Exp $ + + 05 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + libimobiledevice-1.1.4-r2.ebuild: + Use prune_libtool_files from eutils.eclass *libimobiledevice-1.1.4-r2 (05 Aug 2012) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.4-r2.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.4-r2.ebuild index 4616f6c99764..9939b653cf37 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.1.4-r2.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.1.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r2.ebuild,v 1.1 2012/08/05 13:03:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r2.ebuild,v 1.2 2012/08/05 14:49:41 ssuominen Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.7" @@ -59,5 +59,5 @@ src_install() { default dohtml docs/html/* - find "${ED}" -name '*.la' -exec rm -f {} + + prune_libtool_files --all } |