summaryrefslogtreecommitdiff
path: root/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild')
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
index 94c1a275a838..5752429d98ee 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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/"
@@ -20,6 +20,7 @@ RDEPEND="
dev-libs/libxml2
"
DEPEND="${RDEPEND}
+ dev-util/glib-utils
dev-util/gtk-doc
"
@@ -43,5 +44,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files
+ find "${D}" -name '*.la' -delete || die
}