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-strategy/s25rttr/
Date: Thu, 21 May 2020 11:06:41
Message-Id: 1590059172.ecd6c923b7e7bc96f6f0cebd28d1cec4ffa2b99c.chewi@gentoo
1 commit: ecd6c923b7e7bc96f6f0cebd28d1cec4ffa2b99c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 21 10:51:17 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 11:06:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd6c923
7
8 games-strategy/s25rttr: add missing flag-o-matic inherit
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15901
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-strategy/s25rttr/s25rttr-0.9.0_pre20200418.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/games-strategy/s25rttr/s25rttr-0.9.0_pre20200418.ebuild b/games-strategy/s25rttr/s25rttr-0.9.0_pre20200418.ebuild
19 index fb305346505..01daa6e3ffc 100644
20 --- a/games-strategy/s25rttr/s25rttr-0.9.0_pre20200418.ebuild
21 +++ b/games-strategy/s25rttr/s25rttr-0.9.0_pre20200418.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit desktop toolchain-funcs xdg cmake
27 +inherit desktop flag-o-matic toolchain-funcs xdg cmake
28
29 DESCRIPTION="Open source remake of The Settlers II: Gold Edition (needs original data files)"
30 HOMEPAGE="https://www.siedler25.org/"