summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-06-01 03:19:41 +0000
committerMichał Górny <mgorny@gentoo.org>2020-06-01 22:30:16 +0200
commit110f87b2532573c15ed27b0cb9f1c09415ff41ec (patch)
treeeab41513c5cca0a8ea51ed1d361471d0e0189c62
parentdev-python/readme_renderer: arm keyworded (bug #718774) (diff)
downloadgentoo-110f87b2.tar.gz
gentoo-110f87b2.tar.bz2
gentoo-110f87b2.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>
-rw-r--r--dev-python/tqdm/tqdm-4.45.0.ebuild2
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"