commit: 03f60f5fdf498caa6c067cf638439e881180a744 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Mon Feb 29 18:07:34 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Feb 29 18:07:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=03f60f5f
sys-auth/elogind: remove la files Package-Manager: portage-2.2.27 sys-auth/elogind/elogind-219.12.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-auth/elogind/elogind-219.12.ebuild b/sys-auth/elogind/elogind-219.12.ebuild index 2ec5e67..5fe4072 100644 --- a/sys-auth/elogind/elogind-219.12.ebuild +++ b/sys-auth/elogind/elogind-219.12.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit autotools pam +inherit autotools eutils pam DESCRIPTION="The systemd project's logind, extracted to a standalone package" HOMEPAGE="https://github.com/andywingo/elogind" @@ -50,3 +50,8 @@ src_configure() { $(use_enable seccomp) \ $(use_enable selinux) } + +src_install() { + default + prune_libtool_files --modules +}
