x11-terms/kgx: fix python inheritance

Package-Manager: Portage-2.3.89, Repoman-2.3.20
This commit is contained in:
XGQT 2020-04-23 14:43:38 +02:00
parent f8ed8fa561
commit 1c292e804a
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit gnome2-utils meson xdg-utils
inherit gnome2-utils meson python-single-r1 xdg-utils
DESCRIPTION="A minimal terminal for GNOME"
HOMEPAGE="https://gitlab.gnome.org/ZanderBrown/kgx"
@ -26,6 +26,7 @@ RESTRICT="
LICENSE="GPL-3"
SLOT="0"
IUSE="doc generic -gir +gtop test -vapi"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit gnome2-utils meson xdg-utils
inherit gnome2-utils meson python-single-r1 xdg-utils
DESCRIPTION="A minimal terminal for GNOME"
HOMEPAGE="https://gitlab.gnome.org/ZanderBrown/kgx"
@ -26,6 +26,7 @@ RESTRICT="
LICENSE="GPL-3"
SLOT="0"
IUSE="doc generic -gir +gtop test -vapi"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}