Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/
Date: Mon, 09 Sep 2019 21:52:21
Message-Id: 1568065352.943cffd2e92a912523ce9617063c10853753a915.chewi@gentoo
1 commit: 943cffd2e92a912523ce9617063c10853753a915
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 21:40:22 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 21:42:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943cffd2
7
8 games-engines/odamex: Add ~arm keyword
9
10 Tested on Utilite Pro under Wayland. Admittedly didn't test odalaunch.
11
12 Closes: https://bugs.gentoo.org/687796
13 Package-Manager: Portage-2.3.75, Repoman-2.3.17
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 games-engines/odamex/odamex-0.8.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-engines/odamex/odamex-0.8.1.ebuild b/games-engines/odamex/odamex-0.8.1.ebuild
20 index 95857353ea2..dbf54b31f41 100644
21 --- a/games-engines/odamex/odamex-0.8.1.ebuild
22 +++ b/games-engines/odamex/odamex-0.8.1.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/Odamex/${PV}/${PN}-src-${PV}.tar.bz2"
24
25 LICENSE="GPL-2+ MIT"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~x86"
28 +KEYWORDS="~amd64 ~arm ~x86"
29 IUSE="+client master +odalaunch portmidi server upnp X"
30 REQUIRED_USE="|| ( client master server )"