From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3EBB91393F1 for ; Mon, 14 Sep 2015 15:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6249B21C004; Mon, 14 Sep 2015 15:06:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06F2821C004 for ; Mon, 14 Sep 2015 15:06:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0205E33BE05 for ; Mon, 14 Sep 2015 15:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B4F189 for ; Mon, 14 Sep 2015 15:06:37 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1442243189.27348f02c241301f0230cf0b5c5133bb67037542.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild X-VCS-Directories: net-libs/libaccounts-glib/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 27348f02c241301f0230cf0b5c5133bb67037542 X-VCS-Branch: master Date: Mon, 14 Sep 2015 15:06:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bae6a12c-1bf8-41f1-91cf-1c01d7e7c2a1 X-Archives-Hash: 676941e3d95bc727ce07cf50d0f52696 commit: 27348f02c241301f0230cf0b5c5133bb67037542 Author: Michael Palimaka gentoo org> AuthorDate: Mon Sep 14 15:06:14 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Sep 14 15:06:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27348f02 net-libs/libaccounts-glib: properly disable broken tests. Gentoo-bug: 560456 Package-Manager: portage-2.2.20.1 net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild index e50e0d4..6f974fb 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)