commit: 74922f6671fadafab953e6d552a81a070a9f103e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 10:45:11 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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=(
