From 5268ebbb036f32f25cf8d4c9845956273ebc28cc Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Thu, 6 Jun 2024 08:28:43 +0800 Subject: [PATCH] pywebview: qa fixes --- dev-python/pywebview/pywebview-4.4.1.ebuild | 4 ++-- dev-python/pywebview/pywebview-5.1.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/pywebview/pywebview-4.4.1.ebuild b/dev-python/pywebview/pywebview-4.4.1.ebuild index bbecfd67c..dbe897f7b 100644 --- a/dev-python/pywebview/pywebview-4.4.1.ebuild +++ b/dev-python/pywebview/pywebview-4.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/r0x0r/pywebview" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="gtk qt5 qt6" +IUSE="gtk +qt5 qt6" REQUIRED_USE="|| ( gtk qt5 qt6 )" RDEPEND=" diff --git a/dev-python/pywebview/pywebview-5.1.ebuild b/dev-python/pywebview/pywebview-5.1.ebuild index bbecfd67c..093d9a41e 100644 --- a/dev-python/pywebview/pywebview-5.1.ebuild +++ b/dev-python/pywebview/pywebview-5.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi @@ -13,8 +13,8 @@ HOMEPAGE="https://github.com/r0x0r/pywebview" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" -IUSE="gtk qt5 qt6" +KEYWORDS="amd64 ~arm64 ~x86" +IUSE="gtk +qt5 qt6" REQUIRED_USE="|| ( gtk qt5 qt6 )" RDEPEND="