commit: 5f7d9a24d5cb20d5b26f8d20230c49888ab18a7b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 10:52:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 10:52:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7d9a24
dev-python/pytest-httpx: Stabilize 0.28.0 ALLARCHES, #921458
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild
b/dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild
index 0319210f3619..8e76ea54f017 100644
--- a/dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild
+++ b/dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
RDEPEND="
=dev-python/httpx-0.26*[${PYTHON_USEDEP}]