From 4d2991ea9f9a0bcb7c4b710fc0b55cf84d238ba0 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 12 Sep 2021 15:27:33 -0400 Subject: [PATCH] games-engines/openmw: flag-o-matic-- for UnusedInherits Signed-off-by: Ionen Wolkens --- games-engines/openmw/openmw-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/openmw/openmw-9999.ebuild b/games-engines/openmw/openmw-9999.ebuild index d5893e7f03704..a716d898ad5ca 100644 --- a/games-engines/openmw/openmw-9999.ebuild +++ b/games-engines/openmw/openmw-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1,3,4} luajit ) -inherit cmake flag-o-matic lua-single xdg-utils readme.gentoo-r1 +inherit cmake lua-single xdg-utils readme.gentoo-r1 DESCRIPTION="Open source reimplementation of TES III: Morrowind" HOMEPAGE="https://openmw.org/ https://gitlab.com/OpenMW/openmw"