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 1EA4C1388C1 for ; Thu, 3 Mar 2016 03:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7732E086A; Thu, 3 Mar 2016 03:11:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40F91E086A for ; Thu, 3 Mar 2016 03:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C32B9340C3F for ; Thu, 3 Mar 2016 03:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C57A21B8A for ; Thu, 3 Mar 2016 03:11:40 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1456974694.8ce939c4cb5090f20f85da53522281fc0c12666a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crossguid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/crossguid/crossguid-0_pre20150817.ebuild X-VCS-Directories: dev-libs/crossguid/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8ce939c4cb5090f20f85da53522281fc0c12666a X-VCS-Branch: master Date: Thu, 3 Mar 2016 03:11:40 +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: 2120f4e2-5b17-4be6-aba9-53da0a8dcdac X-Archives-Hash: ae752b26b734dda5c6a330ebd4787dd6 commit: 8ce939c4cb5090f20f85da53522281fc0c12666a Author: Mike Frysinger gentoo org> AuthorDate: Thu Mar 3 03:09:49 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Mar 3 03:11:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce939c4 dev-libs/crossguid: disable testing #575544 This package lacks a proper build system, and the default `make test` ends up autodetecting the wrong thing. Disable it until upstream can do something sane for us. dev-libs/crossguid/crossguid-0_pre20150817.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild index 6463aa1..675e823 100644 --- a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild +++ b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild @@ -27,6 +27,8 @@ IUSE="" DEPEND="sys-apps/util-linux" RDEPEND="${DEPEND}" +RESTRICT="test" #575544 + e() { echo "$@"; "$@"; } src_compile() {