summaryrefslogtreecommitdiff
path: root/app-i18n/xvnkb/xvnkb-0.2.11.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-03 11:42:33 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-03 11:42:33 +0000
commit194313a653d5ba077627c85051de73377b95672a (patch)
treea8e4035e62460399fba9a328b2343275148a426e /app-i18n/xvnkb/xvnkb-0.2.11.ebuild
parentf1801aa7be2329c07c4c2bd7522e03522b34c437 (diff)
gentoo auto-resync : 03:03:2024 - 11:42:33
Diffstat (limited to 'app-i18n/xvnkb/xvnkb-0.2.11.ebuild')
-rw-r--r--app-i18n/xvnkb/xvnkb-0.2.11.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-i18n/xvnkb/xvnkb-0.2.11.ebuild b/app-i18n/xvnkb/xvnkb-0.2.11.ebuild
index 98e4e14b988b..a03d2ecadfdf 100644
--- a/app-i18n/xvnkb/xvnkb-0.2.11.ebuild
+++ b/app-i18n/xvnkb/xvnkb-0.2.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -31,12 +31,13 @@ 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 \
|| die "./configure failed"
+ [[ -f Makefile ]] || die "./configure failed to set an error code, but didn't create a Makefile either"
}
src_install() {