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 3A46B1388C3 for ; Mon, 11 Jan 2016 04:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A3821C002; Mon, 11 Jan 2016 04:07:53 +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 18915E0851 for ; Mon, 11 Jan 2016 04:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44C8D33D3C7 for ; Mon, 11 Jan 2016 04:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC71C79 for ; Mon, 11 Jan 2016 04:07:48 +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: <1452485236.d9aa54eeb43bb1436a8e48c2e5c8ad4a828f990a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bison/bison-3.0.4-r1.ebuild X-VCS-Directories: sys-devel/bison/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: d9aa54eeb43bb1436a8e48c2e5c8ad4a828f990a X-VCS-Branch: master Date: Mon, 11 Jan 2016 04:07:48 +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: 9aee96d0-7bb5-4e7a-a04a-eda616342d57 X-Archives-Hash: cbed48daebdac2beb0c1a7af79a3d762 commit: d9aa54eeb43bb1436a8e48c2e5c8ad4a828f990a Author: Mike Frysinger gentoo org> AuthorDate: Mon Jan 11 04:04:48 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jan 11 04:07:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9aa54ee sys-devel/bison: only stub perl out when USE=-test #545896 sys-devel/bison/bison-3.0.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index e8abeb8..88ae57c 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -32,7 +32,8 @@ src_prepare() { src_configure() { use static && append-ldflags -static -ac_cv_path_PERL=true \ + # We don't need perl unless we run tests. + use test || export ac_cv_path_PERL=true econf \ --docdir='$(datarootdir)'/doc/${PF} \ $(use_enable examples) \