diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-11 10:40:24 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-04-11 10:24:41 +0100 |
commit | b33fa4bb6488dfccd933700b0ddbb5fdf6e84248 (patch) | |
tree | ba14e1b5b30a75d94415edc6702952c5ab274aad /dev-games | |
parent | dev-games/irrlicht: remove unused eutils eclass (diff) | |
download | gentoo-b33fa4bb6488dfccd933700b0ddbb5fdf6e84248.tar.gz gentoo-b33fa4bb6488dfccd933700b0ddbb5fdf6e84248.tar.bz2 gentoo-b33fa4bb6488dfccd933700b0ddbb5fdf6e84248.zip |
dev-games/simgear: remove unused eutils,flag-o-matic eclasses
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20333
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/simgear/simgear-2020.3.6.ebuild | 4 | ||||
-rw-r--r-- | dev-games/simgear/simgear-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/simgear/simgear-2020.3.6.ebuild b/dev-games/simgear/simgear-2020.3.6.ebuild index 27e64f9ebd30..19f9fa3ffdba 100644 --- a/dev-games/simgear/simgear-2020.3.6.ebuild +++ b/dev-games/simgear/simgear-2020.3.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake toolchain-funcs flag-o-matic +inherit cmake toolchain-funcs DESCRIPTION="Development library for simulation games" HOMEPAGE="https://www.flightgear.org/" diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild index edb882cd32f0..a0b874f3f6a4 100644 --- a/dev-games/simgear/simgear-9999.ebuild +++ b/dev-games/simgear/simgear-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils cmake toolchain-funcs flag-o-matic git-r3 +inherit cmake toolchain-funcs git-r3 DESCRIPTION="Development library for simulation games" HOMEPAGE="https://www.flightgear.org/" |