From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D72EC1388C0 for ; Mon, 29 Feb 2016 18:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5098021C003; Mon, 29 Feb 2016 18:07:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEA7721C003 for ; Mon, 29 Feb 2016 18:07:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9669D340564 for ; Mon, 29 Feb 2016 18:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5566116C4 for ; Mon, 29 Feb 2016 18:07:46 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1456769254.03f60f5fdf498caa6c067cf638439e881180a744.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/elogind/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/elogind/elogind-219.12.ebuild X-VCS-Directories: sys-auth/elogind/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 03f60f5fdf498caa6c067cf638439e881180a744 X-VCS-Branch: master Date: Mon, 29 Feb 2016 18:07:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7bb8b86d-2fec-4639-8ba7-ece018fa8e90 X-Archives-Hash: 949d9f2d042651c1d5014d77fa8e136b commit: 03f60f5fdf498caa6c067cf638439e881180a744 Author: Michael Palimaka gentoo org> AuthorDate: Mon Feb 29 18:07:34 2016 +0000 Commit: Michael Palimaka gentoo 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 +}