app-i18n/xvnkb: run configure with bash

config.h:1:1: error: expected identifier or ‘(’ before ‘-’ token
    1 | -e #ifndef __VK_CONFIG_H

This is just... dandy... I too love unix command flags echo'ed into my
headers...

It uses echo -e to a header, which breaks on non-bash shells and is
generally a problem.

Closes: https://bugs.gentoo.org/886069
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz 2024-03-03 00:39:22 -05:00 committed by Sam James
parent bf8021b787
commit 2cc6964f97
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ src_prepare() {
}
src_configure() {
# *not* autotools
./configure \
# *not* autotools. Uses broken logic that assumes all the world is a bash
bash ./configure \
$(usex spell '' '--no-spellcheck') \
$(usex xft '' '--no-xft') \
--use-extstroke \