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 110BC158020 for ; Tue, 27 Dec 2022 10:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48DCBE08F2; Tue, 27 Dec 2022 10:46:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2D1EEE08F2 for ; Tue, 27 Dec 2022 10:46:02 +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 42D70340970 for ; Tue, 27 Dec 2022 10:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8610779 for ; Tue, 27 Dec 2022 10:45:59 +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: <1672137911.74922f6671fadafab953e6d552a81a070a9f103e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rofi/rofi-1.6.1-r1.ebuild x11-misc/rofi/rofi-1.7.3-r1.ebuild x11-misc/rofi/rofi-1.7.5.ebuild x11-misc/rofi/rofi-99999.ebuild X-VCS-Directories: x11-misc/rofi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74922f6671fadafab953e6d552a81a070a9f103e X-VCS-Branch: master Date: Tue, 27 Dec 2022 10:45:59 +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: e1d26d5c-bd0f-41fc-807f-ebf0e644ac72 X-Archives-Hash: c14a6dc519cb1fb8a26683324dad4e3f commit: 74922f6671fadafab953e6d552a81a070a9f103e Author: Sam James gentoo org> AuthorDate: Tue Dec 27 10:45:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 27 10:45:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74922f66 x11-misc/rofi: force flex, not reflex Bug: https://bugs.gentoo.org/887049 Signed-off-by: Sam James gentoo.org> x11-misc/rofi/rofi-1.6.1-r1.ebuild | 3 +++ x11-misc/rofi/rofi-1.7.3-r1.ebuild | 3 +++ x11-misc/rofi/rofi-1.7.5.ebuild | 3 +++ x11-misc/rofi/rofi-99999.ebuild | 5 ++++- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/x11-misc/rofi/rofi-1.6.1-r1.ebuild b/x11-misc/rofi/rofi-1.6.1-r1.ebuild index 664fa0b6b465..066a6e8fcacd 100644 --- a/x11-misc/rofi/rofi-1.6.1-r1.ebuild +++ b/x11-misc/rofi/rofi-1.6.1-r1.ebuild @@ -51,6 +51,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=( diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild b/x11-misc/rofi/rofi-1.7.3-r1.ebuild index d88c80ce18f7..803fb05e4226 100644 --- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild +++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild @@ -45,6 +45,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=( diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild index 4125a5c5a387..c51049b5e10e 100644 --- a/x11-misc/rofi/rofi-1.7.5.ebuild +++ b/x11-misc/rofi/rofi-1.7.5.ebuild @@ -45,6 +45,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=( diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild index 66b4e07790bd..e790ecc3ac90 100644 --- a/x11-misc/rofi/rofi-99999.ebuild +++ b/x11-misc/rofi/rofi-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,6 +49,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=(