diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-18 22:58:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-18 23:39:12 +0200 |
commit | 34ac224917f8f899a13e81a6f43c27c3c9e101ed (patch) | |
tree | b51d75d8c15bd7aa42e52e423ed6beac538df756 /net-libs | |
parent | net-libs/libaccounts-glib: Add missing dev-util/glib-utils DEPEND (diff) | |
download | gentoo-34ac224917f8f899a13e81a6f43c27c3c9e101ed.tar.gz gentoo-34ac224917f8f899a13e81a6f43c27c3c9e101ed.tar.bz2 gentoo-34ac224917f8f899a13e81a6f43c27c3c9e101ed.zip |
net-libs/libaccounts-glib: Drop eutils/prune_libtool_files
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild index 9f087be11670..5752429d98ee 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils vcs-snapshot xdg-utils +inherit autotools vcs-snapshot xdg-utils DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications" HOMEPAGE="https://01.org/gsso/" @@ -44,5 +44,5 @@ src_configure() { src_install() { default - prune_libtool_files + find "${D}" -name '*.la' -delete || die } |