diff options
author | Sam James <sam@gentoo.org> | 2021-01-13 19:04:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-13 19:04:27 +0000 |
commit | c11f7c678ace176e5d062bc04ba5735343f1cd89 (patch) | |
tree | 5df5f90a2127569eb076b2bf710efb1be826a66e /dev-python/cx_Freeze | |
parent | dev-python/fonttools: Stabilize 4.18.1 ALLARCHES, #765271 (diff) | |
download | gentoo-c11f7c678ace176e5d062bc04ba5735343f1cd89.tar.gz gentoo-c11f7c678ace176e5d062bc04ba5735343f1cd89.tar.bz2 gentoo-c11f7c678ace176e5d062bc04ba5735343f1cd89.zip |
dev-python/cx_Freeze: Stabilize 6.4.2 x86, #765277
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/cx_Freeze')
-rw-r--r-- | dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild index 7e7edc84bed5..7635b4a61454 100644 --- a/dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild +++ b/dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" PATCHES=( # bug #491602 |