Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/
Date: Sat, 31 Oct 2020 11:12:01
Message-Id: 1604142665.7c2aa5b9133d60406c13d524026582b9b8a75a43.soap@gentoo
1 commit: 7c2aa5b9133d60406c13d524026582b9b8a75a43
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:11:05 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:11:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2aa5b9
7
8 games-simulation/flightgear: [QA] Inherit flag-o-matic.eclass explicitly
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 games-simulation/flightgear/flightgear-2020.1.2.ebuild | 2 +-
14 games-simulation/flightgear/flightgear-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-simulation/flightgear/flightgear-2020.1.2.ebuild b/games-simulation/flightgear/flightgear-2020.1.2.ebuild
18 index b8147e23d51..c472dcc0fa5 100644
19 --- a/games-simulation/flightgear/flightgear-2020.1.2.ebuild
20 +++ b/games-simulation/flightgear/flightgear-2020.1.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit cmake bash-completion-r1 toolchain-funcs
26 +inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs
27
28 DESCRIPTION="Open Source Flight Simulator"
29 HOMEPAGE="https://www.flightgear.org/"
30
31 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
32 index 3e6caa57923..2eea53f95a8 100644
33 --- a/games-simulation/flightgear/flightgear-9999.ebuild
34 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -inherit cmake bash-completion-r1 toolchain-funcs git-r3
40 +inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs git-r3
41
42 DESCRIPTION="Open Source Flight Simulator"
43 HOMEPAGE="https://www.flightgear.org/"