diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-08-18 14:50:33 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-08-18 14:50:33 +0000 |
commit | bb56d170f40261cc2d62733640f5104e4fe1e040 (patch) | |
tree | e0cb23eb78cb0c7d5fac5740328db17d4cef32bc /dev-util/global | |
parent | Stable ppc, bug #428970 (diff) | |
download | gentoo-2-bb56d170f40261cc2d62733640f5104e4fe1e040.tar.gz gentoo-2-bb56d170f40261cc2d62733640f5104e4fe1e040.tar.bz2 gentoo-2-bb56d170f40261cc2d62733640f5104e4fe1e040.zip |
Clean up .a/.la files.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/global')
-rw-r--r-- | dev-util/global/global-6.2.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/global/global-6.2.4.ebuild b/dev-util/global/global-6.2.4.ebuild index 7b17f3ba3483..64c74c1ae36b 100644 --- a/dev-util/global/global-6.2.4.ebuild +++ b/dev-util/global/global-6.2.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.4.ebuild,v 1.3 2012/08/11 19:02:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.4.ebuild,v 1.4 2012/08/18 14:50:33 naota Exp $ EAPI="4" -inherit elisp-common +inherit elisp-common eutils DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources." HOMEPAGE="http://www.gnu.org/software/global/global.html" @@ -61,6 +61,8 @@ src_install() { elisp-install ${PN} *.{el,elc} || die "elisp-install failed" elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed" fi + + prune_libtool_files --all } pkg_postinst() { |