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-roguelike/moria/
Date: Tue, 05 Feb 2019 21:42:47
Message-Id: 1549402953.c559144d3c5b42dae106522931280ada4dc61c9d.chewi@gentoo
1 commit: c559144d3c5b42dae106522931280ada4dc61c9d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 21:41:59 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 21:42:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c559144d
7
8 games-roguelike/moria: Add ~m68k keyword
9
10 What? :P I tested it in QEMU and it works. I'll try it on real
11 hardware soon.
12
13 Package-Manager: Portage-2.3.58, Repoman-2.3.12
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 games-roguelike/moria/moria-5.7.10.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild
20 index da22f02cda3..77fadf27a04 100644
21 --- a/games-roguelike/moria/moria-5.7.10.ebuild
22 +++ b/games-roguelike/moria/moria-5.7.10.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/dungeons-of-moria/umoria/archive/v${PV}.tar.gz -> ${
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
28 +KEYWORDS="~amd64 ~m68k ~x86 ~x86-fbsd"
29 IUSE=""
30
31 RDEPEND=">=sys-libs/ncurses-6.0:0="