summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-06 09:56:21 +0000
committerSam James <sam@gentoo.org>2021-05-06 09:56:21 +0000
commit2d42523e6145c59eae835d6e491085eb3773cfa5 (patch)
tree64845fed7b7a982bde9c9a98aa5040006a38a683 /dev-python/tqdm
parentdev-python/towncrier: Stabilize 21.3.0 ALLARCHES, #788559 (diff)
downloadgentoo-2d42523e6145c59eae835d6e491085eb3773cfa5.tar.gz
gentoo-2d42523e6145c59eae835d6e491085eb3773cfa5.tar.bz2
gentoo-2d42523e6145c59eae835d6e491085eb3773cfa5.zip
dev-python/tqdm: Stabilize 4.60.0 ALLARCHES, #788562
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r--dev-python/tqdm/tqdm-4.60.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.60.0.ebuild b/dev-python/tqdm/tqdm-4.60.0.ebuild
index 0dadeb0d6b7b..107d99ae72dd 100644
--- a/dev-python/tqdm/tqdm-4.60.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.60.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
fi
DESCRIPTION="Add a progress meter to your loops in a second"