Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Sat, 25 Sep 2021 19:53:44
Message-Id: 1632599540.27cf4d195658e6b137cb3871be621a6baa5fd47c.sam@gentoo
1 commit: 27cf4d195658e6b137cb3871be621a6baa5fd47c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 19:52:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 19:52:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cf4d19
7
8 dev-python/tqdm: Stabilize 4.62.2 ALLARCHES, #814761
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/tqdm/tqdm-4.62.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/tqdm/tqdm-4.62.2.ebuild b/dev-python/tqdm/tqdm-4.62.2.ebuild
16 index be993f73487..dd8d2f22d61 100644
17 --- a/dev-python/tqdm/tqdm-4.62.2.ebuild
18 +++ b/dev-python/tqdm/tqdm-4.62.2.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/tqdm/tqdm"
21 else
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
24 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
25 fi
26
27 DESCRIPTION="Add a progress meter to your loops in a second"