diff options
author | 2021-07-03 02:28:25 +0100 | |
---|---|---|
committer | 2021-07-03 02:28:25 +0100 | |
commit | 48f6cab2e3d3039192e92c8440df77412f3c9e00 (patch) | |
tree | dd19a581cdfb0e6fdd6e27389661548f26a599b1 /dev-python/tqdm | |
parent | dev-python/ruamel-yaml: Stabilize 0.17.9 ALLARCHES, #800046 (diff) | |
download | gentoo-48f6cab2e3d3039192e92c8440df77412f3c9e00.tar.gz gentoo-48f6cab2e3d3039192e92c8440df77412f3c9e00.tar.bz2 gentoo-48f6cab2e3d3039192e92c8440df77412f3c9e00.zip |
dev-python/tqdm: Stabilize 4.61.1 ALLARCHES, #800049
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r-- | dev-python/tqdm/tqdm-4.61.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild b/dev-python/tqdm/tqdm-4.61.1.ebuild index 528745331573..f9721f3b05fa 100644 --- a/dev-python/tqdm/tqdm-4.61.1.ebuild +++ b/dev-python/tqdm/tqdm-4.61.1.ebuild @@ -11,7 +11,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" |