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, 28 Jun 2018 08:15:54
Message-Id: 1530173740.7da3c140d38c2589259f075323f284dadce52329.ago@gentoo
1 commit: 7da3c140d38c2589259f075323f284dadce52329
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 08:15:40 2018 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 08:15:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da3c140
7
8 dev-python/tqdm: amd64 stable wrt bug #636384
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="amd64"
12
13 dev-python/tqdm/tqdm-4.23.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/tqdm/tqdm-4.23.3.ebuild b/dev-python/tqdm/tqdm-4.23.3.ebuild
17 index fd3e7a7aba0..6a68718eb5e 100644
18 --- a/dev-python/tqdm/tqdm-4.23.3.ebuild
19 +++ b/dev-python/tqdm/tqdm-4.23.3.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/tqdm/tqdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="amd64 ~x86"
26 IUSE="examples"
27
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"