diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-09-15 01:06:14 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-09-15 01:06:29 +1000 |
commit | 27348f02c241301f0230cf0b5c5133bb67037542 (patch) | |
tree | ac678e9bd163cb5c65a495acdac8a8f8e9678f13 /net-libs/libaccounts-glib | |
parent | dev-python/numpy: add alpha keyword (diff) | |
download | gentoo-27348f02c241301f0230cf0b5c5133bb67037542.tar.gz gentoo-27348f02c241301f0230cf0b5c5133bb67037542.tar.bz2 gentoo-27348f02c241301f0230cf0b5c5133bb67037542.zip |
net-libs/libaccounts-glib: properly disable broken tests.
Gentoo-bug: 560456
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-libs/libaccounts-glib')
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild index e50e0d431382..6f974fba62bb 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild @@ -4,6 +4,8 @@ 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" @@ -22,6 +24,11 @@ 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) |