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 CA548158089 for ; Fri, 6 Oct 2023 15:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C88A2BC072; Fri, 6 Oct 2023 15:21:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8807D2BC072 for ; Fri, 6 Oct 2023 15:21:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FA79335D12 for ; Fri, 6 Oct 2023 15:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C45979D4 for ; Fri, 6 Oct 2023 15:21:00 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1696605647.7a9795178531839edbb8a79e1e5e16c543184268.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/qore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/qore/qore-1.19.0.ebuild dev-lang/qore/qore-1.19.1.ebuild X-VCS-Directories: dev-lang/qore/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7a9795178531839edbb8a79e1e5e16c543184268 X-VCS-Branch: master Date: Fri, 6 Oct 2023 15:21:00 +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: 36c1fc9a-6c77-4cc5-a9f3-351ccf6af734 X-Archives-Hash: ac72a4c765922bac8aa7507e927ba22c commit: 7a9795178531839edbb8a79e1e5e16c543184268 Author: Maciej Barć gentoo org> AuthorDate: Fri Oct 6 10:04:07 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Oct 6 15:20:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a979517 dev-lang/qore: unset LEX and YACC Closes: https://bugs.gentoo.org/914760 Signed-off-by: Maciej Barć gentoo.org> dev-lang/qore/qore-1.19.0.ebuild | 4 ++++ dev-lang/qore/qore-1.19.1.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev-lang/qore/qore-1.19.0.ebuild b/dev-lang/qore/qore-1.19.0.ebuild index 5ca2ae1bc341..470c8707dfd1 100644 --- a/dev-lang/qore/qore-1.19.0.ebuild +++ b/dev-lang/qore/qore-1.19.0.ebuild @@ -47,6 +47,10 @@ src_prepare() { } src_configure() { + # Needs "bison" and "flex" exactly. + unset LEX + unset YACC + local -a myconf=( --disable-optimization --disable-profile diff --git a/dev-lang/qore/qore-1.19.1.ebuild b/dev-lang/qore/qore-1.19.1.ebuild index 5ca2ae1bc341..470c8707dfd1 100644 --- a/dev-lang/qore/qore-1.19.1.ebuild +++ b/dev-lang/qore/qore-1.19.1.ebuild @@ -47,6 +47,10 @@ src_prepare() { } src_configure() { + # Needs "bison" and "flex" exactly. + unset LEX + unset YACC + local -a myconf=( --disable-optimization --disable-profile