commit: ff0e7ec8fd2fe3ceacc07f3d15714e89c00ced78
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 8 18:02:59 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jan 8 18:02:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0e7ec8
dev-python/cx_Freeze: Stabilize 6.9 amd64, #830792
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/cx_Freeze/cx_Freeze-6.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cx_Freeze/cx_Freeze-6.9.ebuild
b/dev-python/cx_Freeze/cx_Freeze-6.9.ebuild
index 7dea19185598..ecc43c4ab61a 100644
--- a/dev-python/cx_Freeze/cx_Freeze-6.9.ebuild
+++ b/dev-python/cx_Freeze/cx_Freeze-6.9.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
@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="PYTHON"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-python/importlib_metadata[${PYTHON_USEDEP}]