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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89B6B158020 for ; Fri, 2 Dec 2022 22:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D000E0F17; Fri, 2 Dec 2022 22:34:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85492E0F17 for ; Fri, 2 Dec 2022 22:34:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B62334132F for ; Fri, 2 Dec 2022 22:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B96EF4C8 for ; Fri, 2 Dec 2022 22:34:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670020447.5d625775a8d03535e7eea28b56eff54f7a63ebb5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bc/bc-1.07.1-r6.ebuild X-VCS-Directories: sys-devel/bc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d625775a8d03535e7eea28b56eff54f7a63ebb5 X-VCS-Branch: master Date: Fri, 2 Dec 2022 22:34:19 +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: cab2ddb6-e45f-4b4a-b599-42e12f1f7867 X-Archives-Hash: 1069733fdade921bee1f99cac219f887 commit: 5d625775a8d03535e7eea28b56eff54f7a63ebb5 Author: Sam James gentoo org> AuthorDate: Fri Dec 2 22:33:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 2 22:34:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d625775 sys-devel/bc: explicitly set LEX=flex We already BDEPEND on flex. Signed-off-by: Sam James gentoo.org> sys-devel/bc/bc-1.07.1-r6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-devel/bc/bc-1.07.1-r6.ebuild b/sys-devel/bc/bc-1.07.1-r6.ebuild index 83e40a7d2488..175d05638d79 100644 --- a/sys-devel/bc/bc-1.07.1-r6.ebuild +++ b/sys-devel/bc/bc-1.07.1-r6.ebuild @@ -57,6 +57,10 @@ src_configure() { # who knows when they'll make another release. append-lfs-flags + # configure dies with other lexes: + # "configure: error: readline works only with flex." + export LEX=flex + econf "${myconf[@]}" # Do not regen docs -- configure produces a small fragment that includes