commit:     f76cd535db994f9435df53573979c9683feb79db
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Sep 20 21:13:47 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 15:20:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76cd535

net-libs/libaccounts-glib: Really disable broken tests

Bug: https://bugs.gentoo.org/show_bug.cgi?id=560656

Package-Manager: portage-2.2.20.1

 net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild | 11 +++--------
 1 file 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 6f974fb..b3373fd 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
 }

Reply via email to