Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/
Date: Thu, 07 Sep 2017 21:16:36
Message-Id: 1504818962.e250fb256ee762504586033ff13da786c4878d3d.swegener@gentoo
1 commit: e250fb256ee762504586033ff13da786c4878d3d
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 7 21:13:34 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 7 21:16:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e250fb25
7
8 sys-auth/google-authenticator: Re-add .la files pruning
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 sys-auth/google-authenticator/google-authenticator-1.04.ebuild | 1 +
14 sys-auth/google-authenticator/google-authenticator-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild
18 index 6c68a50616f..3b36a977a90 100644
19 --- a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild
20 +++ b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild
21 @@ -41,6 +41,7 @@ src_compile() {
22
23 src_install() {
24 default
25 + find "${D}" -name '*.la' -delete || die
26 }
27
28 pkg_postinst() {
29
30 diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild
31 index 6c68a50616f..3b36a977a90 100644
32 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild
33 +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild
34 @@ -41,6 +41,7 @@ src_compile() {
35
36 src_install() {
37 default
38 + find "${D}" -name '*.la' -delete || die
39 }
40
41 pkg_postinst() {