diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-01 03:19:41 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-01 22:30:16 +0200 |
commit | 110f87b2532573c15ed27b0cb9f1c09415ff41ec (patch) | |
tree | eab41513c5cca0a8ea51ed1d361471d0e0189c62 /dev-python/tqdm | |
parent | dev-python/readme_renderer: arm keyworded (bug #718774) (diff) | |
download | gentoo-110f87b2532573c15ed27b0cb9f1c09415ff41ec.tar.gz gentoo-110f87b2532573c15ed27b0cb9f1c09415ff41ec.tar.bz2 gentoo-110f87b2532573c15ed27b0cb9f1c09415ff41ec.zip |
dev-python/tqdm: arm keyworded (bug #718774)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@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 2735812d4e34..6ec5bce83c37 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 ~arm64 ~hppa ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~sparc ~x86" fi DESCRIPTION="Add a progress meter to your loops in a second" |