Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Thu, 02 Jul 2020 06:34:39
Message-Id: 1593671659.fff633b50ff583a2af475bebb2b305750f41c560.ago@gentoo
1 commit: fff633b50ff583a2af475bebb2b305750f41c560
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 06:34:19 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 06:34:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff633b5
7
8 dev-python/tqdm: sparc stable wrt bug #730104
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/tqdm/tqdm-4.45.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/tqdm/tqdm-4.45.0.ebuild b/dev-python/tqdm/tqdm-4.45.0.ebuild
18 index e0fd100ba36..2c4a44d12e7 100644
19 --- a/dev-python/tqdm/tqdm-4.45.0.ebuild
20 +++ b/dev-python/tqdm/tqdm-4.45.0.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="https://github.com/tqdm/tqdm"
23 else
24 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
25 - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~sparc ~x86"
26 + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa sparc ~x86"
27 fi
28
29 DESCRIPTION="Add a progress meter to your loops in a second"