Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/
Date: Thu, 18 Oct 2018 21:39:38
Message-Id: 1539898752.34ac224917f8f899a13e81a6f43c27c3c9e101ed.asturm@gentoo
1 commit: 34ac224917f8f899a13e81a6f43c27c3c9e101ed
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 20:58:21 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 21:39:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ac2249
7
8 net-libs/libaccounts-glib: Drop eutils/prune_libtool_files
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
17 index 9f087be1167..5752429d98e 100644
18 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
19 +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit autotools eutils vcs-snapshot xdg-utils
25 +inherit autotools vcs-snapshot xdg-utils
26
27 DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"
28 HOMEPAGE="https://01.org/gsso/"
29 @@ -44,5 +44,5 @@ src_configure() {
30
31 src_install() {
32 default
33 - prune_libtool_files
34 + find "${D}" -name '*.la' -delete || die
35 }