diff options
author | Sam James <sam@gentoo.org> | 2020-09-09 00:10:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-09 00:10:19 +0000 |
commit | 2720dca6897da3f5ea85b623102e700a43cba432 (patch) | |
tree | d6e3b7f48445d4bfb5a2f051f388fc6b99daf295 | |
parent | dev-python/path-py: Stabilize 15.0.0 ALLARCHES, #741264 (diff) | |
download | gentoo-2720dca6897da3f5ea85b623102e700a43cba432.tar.gz gentoo-2720dca6897da3f5ea85b623102e700a43cba432.tar.bz2 gentoo-2720dca6897da3f5ea85b623102e700a43cba432.zip |
dev-python/tqdm: Stabilize 4.48.2 ALLARCHES, #741290
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/tqdm/tqdm-4.48.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.48.2.ebuild b/dev-python/tqdm/tqdm-4.48.2.ebuild index 27373f57ea4f..a51d15b84f05 100644 --- a/dev-python/tqdm/tqdm-4.48.2.ebuild +++ b/dev-python/tqdm/tqdm-4.48.2.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" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86" fi DESCRIPTION="Add a progress meter to your loops in a second" |