From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73A9D138334 for ; Wed, 19 Jun 2019 07:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E028E0931; Wed, 19 Jun 2019 07:31:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76288E0931 for ; Wed, 19 Jun 2019 07:31:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7383B346482 for ; Wed, 19 Jun 2019 07:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5375C0 for ; Wed, 19 Jun 2019 07:31:32 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1560929491.3321933c10a4bd36e24755d69da54b16dd6bb665.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/redo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/redo/redo-99999.ebuild X-VCS-Directories: dev-util/redo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3321933c10a4bd36e24755d69da54b16dd6bb665 X-VCS-Branch: master Date: Wed, 19 Jun 2019 07:31:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 029970ee-7c22-4140-8774-74d33add9fe4 X-Archives-Hash: 9df5b00d38e2434d5ded5d31cc2a89de commit: 3321933c10a4bd36e24755d69da54b16dd6bb665 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jun 19 07:30:24 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jun 19 07:31:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3321933c dev-util/redo: Fix test env Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Jeroen Roovers gentoo.org> dev-util/redo/redo-99999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild index c136bb836df..32b61a02d26 100644 --- a/dev-util/redo/redo-99999.ebuild +++ b/dev-util/redo/redo-99999.ebuild @@ -23,6 +23,7 @@ src_compile() { } src_test() { + local ARCH= CFLAGS= CXXFLAGS= LDFLAGS= ./do -j$(makeopts_jobs) test || die }