mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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
This commit is contained in:
committed by
Michael Palimaka
parent
4fc576fa6c
commit
f76cd535db
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user