commit: 52a092d0aa12b1efe91db2a73f74f28365cc61e5
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 20:16:51 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jan 26 20:18:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a092d0
dev-python/wtforms: Stabilize 3.0.1 ALLARCHES, #832110
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/wtforms/wtforms-3.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/wtforms/wtforms-3.0.1.ebuild
b/dev-python/wtforms/wtforms-3.0.1.ebuild
index d8ec1d1bee74..42359fdbfdfc 100644
--- a/dev-python/wtforms/wtforms-3.0.1.ebuild
+++ b/dev-python/wtforms/wtforms-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-python/markupsafe[${PYTHON_USEDEP}]"