Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Sun, 31 May 2020 10:04:40
Message-Id: 1590919463.1362078dcf95c9d33e6eba36160d587f89d2490d.slyfox@gentoo
1 commit: 1362078dcf95c9d33e6eba36160d587f89d2490d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:03:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:04:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1362078d
7
8 dev-python/tqdm: keyworded 4.46.0 for ia64, bug #726188
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-python/tqdm/tqdm-4.46.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/tqdm/tqdm-4.46.0.ebuild b/dev-python/tqdm/tqdm-4.46.0.ebuild
18 index ee683298593..f9a01c87d65 100644
19 --- a/dev-python/tqdm/tqdm-4.46.0.ebuild
20 +++ b/dev-python/tqdm/tqdm-4.46.0.ebuild
21 @@ -13,7 +13,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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
26 + KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
27 fi
28
29 DESCRIPTION="Add a progress meter to your loops in a second"