summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-31 11:03:02 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-31 11:04:23 +0100
commit1362078dcf95c9d33e6eba36160d587f89d2490d (patch)
tree046d620c607a3d0a115811814ab84cf70416e285
parentdev-python/readme_renderer: keyworded 26.0 for ia64, bug #726188 (diff)
downloadgentoo-1362078dcf95c9d33e6eba36160d587f89d2490d.tar.gz
gentoo-1362078dcf95c9d33e6eba36160d587f89d2490d.tar.bz2
gentoo-1362078dcf95c9d33e6eba36160d587f89d2490d.zip
dev-python/tqdm: keyworded 4.46.0 for ia64, bug #726188
Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-python/tqdm/tqdm-4.46.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.46.0.ebuild b/dev-python/tqdm/tqdm-4.46.0.ebuild
index ee6832985935..f9a01c87d65e 100644
--- a/dev-python/tqdm/tqdm-4.46.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.46.0.ebuild
@@ -13,7 +13,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 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
DESCRIPTION="Add a progress meter to your loops in a second"