commit: 2532ab348fa2e436351c1f188e139013f2f568bd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 19:10:22 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 19:10:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2532ab34
dev-python/poetry-plugin-export: Keyword 1.9.0 x86, #958030
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild
b/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild
index 8d0a826b5dec..b58e48c3e460 100644
--- a/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild
+++ b/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/poetry-core-1.7.0[${PYTHON_USEDEP}]