commit: 912a10cd32090d189fd4ebd571aa9dcbef1668ee
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 03:44:22 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 03:44:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a10cd
games-strategy/uqm: restore plainc for portability
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-strategy/uqm/uqm-0.8.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-strategy/uqm/uqm-0.8.0.ebuild
b/games-strategy/uqm/uqm-0.8.0.ebuild
index 2a4d9852e97..084f28188da 100644
--- a/games-strategy/uqm/uqm-0.8.0.ebuild
+++ b/games-strategy/uqm/uqm-0.8.0.ebuild
@@ -37,6 +37,7 @@ src_prepare() {
default
cat > config.state <<-EOF || die
+ CHOICE_accel_VALUE='plainc'
CHOICE_debug_VALUE='nodebug'
CHOICE_mikmod_VALUE='external'
INPUT_install_prefix_VALUE='${EPREFIX}/usr'