diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-02 08:34:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-02 08:34:19 +0200 |
commit | fff633b50ff583a2af475bebb2b305750f41c560 (patch) | |
tree | abbf58e8f42e5acf9436883affcb058c0a2b3fed /dev-python/tqdm | |
parent | dev-libs/jansson: s390 stable wrt bug #730344 (diff) | |
download | gentoo-fff633b50ff583a2af475bebb2b305750f41c560.tar.gz gentoo-fff633b50ff583a2af475bebb2b305750f41c560.tar.bz2 gentoo-fff633b50ff583a2af475bebb2b305750f41c560.zip |
dev-python/tqdm: sparc stable wrt bug #730104
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r-- | dev-python/tqdm/tqdm-4.45.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.45.0.ebuild b/dev-python/tqdm/tqdm-4.45.0.ebuild index e0fd100ba36e..2c4a44d12e74 100644 --- a/dev-python/tqdm/tqdm-4.45.0.ebuild +++ b/dev-python/tqdm/tqdm-4.45.0.ebuild @@ -12,7 +12,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 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa sparc ~x86" fi DESCRIPTION="Add a progress meter to your loops in a second" |