commit: 8abad76c144f5a0e20c9d66d240541496dcd6d58
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:50:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 14:50:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abad76c
dev-python/aioresponses: Stabilize 0.7.4 ALLARCHES, #890686
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/aioresponses/aioresponses-0.7.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/aioresponses/aioresponses-0.7.4.ebuild
b/dev-python/aioresponses/aioresponses-0.7.4.ebuild
index 92347ad7285d..bb057ba7056b 100644
--- a/dev-python/aioresponses/aioresponses-0.7.4.ebuild
+++ b/dev-python/aioresponses/aioresponses-0.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]