Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/uqm/
Date: Fri, 18 Jun 2021 03:46:55
Message-Id: 1623987862.912a10cd32090d189fd4ebd571aa9dcbef1668ee.ionen@gentoo
1 commit: 912a10cd32090d189fd4ebd571aa9dcbef1668ee
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 03:44:22 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 03:44:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a10cd
7
8 games-strategy/uqm: restore plainc for portability
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-strategy/uqm/uqm-0.8.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/games-strategy/uqm/uqm-0.8.0.ebuild b/games-strategy/uqm/uqm-0.8.0.ebuild
16 index 2a4d9852e97..084f28188da 100644
17 --- a/games-strategy/uqm/uqm-0.8.0.ebuild
18 +++ b/games-strategy/uqm/uqm-0.8.0.ebuild
19 @@ -37,6 +37,7 @@ src_prepare() {
20 default
21
22 cat > config.state <<-EOF || die
23 + CHOICE_accel_VALUE='plainc'
24 CHOICE_debug_VALUE='nodebug'
25 CHOICE_mikmod_VALUE='external'
26 INPUT_install_prefix_VALUE='${EPREFIX}/usr'