diff options
Diffstat (limited to 'dev-python/python3-xapp/python3-xapp-3.0.2.ebuild')
| -rw-r--r-- | dev-python/python3-xapp/python3-xapp-3.0.2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild b/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild index a8f716797a21..9e43b39287a5 100644 --- a/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild +++ b/dev-python/python3-xapp/python3-xapp-3.0.2.ebuild @@ -13,23 +13,18 @@ SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}. LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -# There are no tests, and src_test() needs to be overridden -# using python_foreach_impl otherwise theres an error. -RESTRICT="test" - DEPEND=" $(python_gen_cond_dep ' - >=x11-libs/xapp-3.2.2[introspection,${PYTHON_USEDEP}] + >=x11-libs/xapp-2.8.4[introspection,${PYTHON_USEDEP}] ') " RDEPEND=" ${DEPEND} ${PYTHON_DEPS} dev-python/psutil[${PYTHON_USEDEP}] - x11-themes/xapp-symbolic-icon-theme " src_configure() { @@ -44,6 +39,10 @@ src_compile() { python_foreach_impl meson_src_compile } +src_test() { + python_foreach_impl meson_src_test +} + src_install() { installing() { meson_src_install |
