commit: 6649afa76a00f6a8121f38a386729ae26355db07 Author: Justin Keogh <bugs.gentoo.org <AT> v6y <DOT> net> AuthorDate: Sat Apr 6 05:25:30 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 6 05:26:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6649afa7
app-office/lyx: fix external mythes on debug builds Signed-off-by: Justin Keogh <bugs.gentoo.org <AT> v6y.net> Closes: https://bugs.gentoo.org/928651 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-office/lyx/lyx-2.4.0_rc4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/lyx/lyx-2.4.0_rc4.ebuild b/app-office/lyx/lyx-2.4.0_rc4.ebuild index ee1f818cff5e..77bf28a6298f 100644 --- a/app-office/lyx/lyx-2.4.0_rc4.ebuild +++ b/app-office/lyx/lyx-2.4.0_rc4.ebuild @@ -119,7 +119,7 @@ src_configure() { -DLYX_EXTERNAL_Z=ON -DLYX_EXTERNAL_ICONV=ON -DLYX_EXTERNAL_HUNSPELL=$(usex !debug) - -DLYX_EXTERNAL_MYTHES=$(usex !debug) + -DLYX_EXTERNAL_MYTHES=$(usex !debug ON OFF) -DLYX_EXTERNAL_BOOST=$(usex !debug) -DLYX_PROGRAM_SUFFIX=OFF
