commit: eb23f8e2e694457c2d1e4e96e7c94dbc0c495aa2
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 00:36:34 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 00:36:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb23f8e2
games-misc/opengfx: fix DEPEND
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
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 6c5137c6549..e2ab2499de5 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" )