diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2014-06-10 19:44:56 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2014-06-10 19:44:56 +0000 |
commit | 717a96de9a75b15c10e07686ef9ce5d4ffd2cbad (patch) | |
tree | dfd39618df700c27f84b0f46e5e889d9f7d75405 /net-print/hplip | |
parent | Cleanup. (diff) | |
download | gentoo-2-717a96de9a75b15c10e07686ef9ce5d4ffd2cbad.tar.gz gentoo-2-717a96de9a75b15c10e07686ef9ce5d4ffd2cbad.tar.bz2 gentoo-2-717a96de9a75b15c10e07686ef9ce5d4ffd2cbad.zip |
Use prune_libtool_files from eutils.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.14.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index cf55b9f19f1e..ff607a3b5dd2 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hplip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.303 2014/06/10 19:13:25 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.304 2014/06/10 19:44:56 billie Exp $ + + 10 Jun 2014; Daniel Pielmeier <billie@gentoo.org> hplip-3.14.6.ebuild: + Use prune_libtool_files from eutils. *hplip-3.14.6 (10 Jun 2014) diff --git a/net-print/hplip/hplip-3.14.6.ebuild b/net-print/hplip/hplip-3.14.6.ebuild index a89b8a805bae..e1bbdcb0dc83 100644 --- a/net-print/hplip/hplip-3.14.6.ebuild +++ b/net-print/hplip/hplip-3.14.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.6.ebuild,v 1.1 2014/06/10 19:13:25 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.6.ebuild,v 1.2 2014/06/10 19:44:56 billie Exp $ EAPI=5 @@ -242,7 +242,7 @@ src_install() { # Remove hal fdi files rm -rf "${D}"/usr/share/hal || die - find "${D}" -name '*.la' -exec rm -rf {} + || die + prune_libtool_files --all if use !minimal ; then python_export EPYTHON PYTHON |