diff options
author | Justin Keogh <bugs.gentoo.org@v6y.net> | 2024-04-06 08:25:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-06 08:26:10 +0300 |
commit | 6649afa76a00f6a8121f38a386729ae26355db07 (patch) | |
tree | 8a8505de85513716094b26122bbab06531c297d0 /app-office | |
parent | app-text/sigil: add rdep on qtsvg:5 (diff) | |
download | gentoo-6649afa76a00f6a8121f38a386729ae26355db07.tar.gz gentoo-6649afa76a00f6a8121f38a386729ae26355db07.tar.bz2 gentoo-6649afa76a00f6a8121f38a386729ae26355db07.zip |
app-office/lyx: fix external mythes on debug builds
Signed-off-by: Justin Keogh <bugs.gentoo.org@v6y.net>
Closes: https://bugs.gentoo.org/928651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/lyx-2.4.0_rc4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |