From eb23f8e2e694457c2d1e4e96e7c94dbc0c495aa2 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sat, 13 Mar 2021 01:36:34 +0100 Subject: [PATCH] games-misc/opengfx: fix DEPEND Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki --- games-misc/opengfx/opengfx-0.6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-misc/opengfx/opengfx-0.6.0.ebuild b/games-misc/opengfx/opengfx-0.6.0.ebuild index 6c5137c6549c2..e2ab2499de5a3 100644 --- a/games-misc/opengfx/opengfx-0.6.0.ebuild +++ b/games-misc/opengfx/opengfx-0.6.0.ebuild @@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" DEPEND=" games-util/grfcodec games-util/nml + ${PYTHON_DEPS} " DOCS=( "README.md" "changelog.txt" )