summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
index 6f974fba62bb..b3373fd66f96 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
@@ -4,8 +4,6 @@
EAPI=5
-inherit autotools
-
DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"
HOMEPAGE="https://01.org/gsso/"
SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.gz"
@@ -24,12 +22,9 @@ DEPEND="
RDEPEND="$DEPEND"
-src_prepare() {
- sed -i -e "/tests\/Makefile/d" configure.ac || die
- eautoreconf
-}
-
src_configure() {
export HAVE_GCOV_FALSE='#'
- econf $(use_enable debug)
+ econf \
+ $(use_enable debug) \
+ --disable-tests
}