Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/elogind/
Date: Mon, 29 Feb 2016 18:07:51
Message-Id: 1456769254.03f60f5fdf498caa6c067cf638439e881180a744.kensington@gentoo
1 commit: 03f60f5fdf498caa6c067cf638439e881180a744
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 18:07:34 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 18:07:34 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=03f60f5f
7
8 sys-auth/elogind: remove la files
9
10 Package-Manager: portage-2.2.27
11
12 sys-auth/elogind/elogind-219.12.ebuild | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-auth/elogind/elogind-219.12.ebuild b/sys-auth/elogind/elogind-219.12.ebuild
16 index 2ec5e67..5fe4072 100644
17 --- a/sys-auth/elogind/elogind-219.12.ebuild
18 +++ b/sys-auth/elogind/elogind-219.12.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=6
22
23 -inherit autotools pam
24 +inherit autotools eutils pam
25
26 DESCRIPTION="The systemd project's logind, extracted to a standalone package"
27 HOMEPAGE="https://github.com/andywingo/elogind"
28 @@ -50,3 +50,8 @@ src_configure() {
29 $(use_enable seccomp) \
30 $(use_enable selinux)
31 }
32 +
33 +src_install() {
34 + default
35 + prune_libtool_files --modules
36 +}