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-fps/freedm/
Date: Thu, 29 Jul 2021 11:07:04
Message-Id: 1627556364.d68acbf7338a6bf9568676db651106b8341fe399.ionen@gentoo
1 commit: d68acbf7338a6bf9568676db651106b8341fe399
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 29 05:39:42 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 10:59:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68acbf7
7
8 games-fps/freedm: Add chocolate-doom as optional source port
9
10 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/21819
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 games-fps/freedm/freedm-0.12.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/games-fps/freedm/freedm-0.12.1.ebuild b/games-fps/freedm/freedm-0.12.1.ebuild
18 index 9b59beb2648..1c2eae7cc6d 100644
19 --- a/games-fps/freedm/freedm-0.12.1.ebuild
20 +++ b/games-fps/freedm/freedm-0.12.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -15,6 +15,7 @@ RDEPEND="
28 || (
29 games-fps/gzdoom[nonfree(+)]
30 games-engines/odamex
31 + games-fps/chocolate-doom
32 games-fps/doomsday
33 games-fps/prboom-plus
34 )