diff options
author | 2020-03-03 16:10:23 +0000 | |
---|---|---|
committer | 2020-03-04 05:47:17 +0100 | |
commit | 1822b81d2266953ffc15ef9cabb02b1aec080b52 (patch) | |
tree | 7a7a6eb923c73bf7e651f7c5f353aa243adc5509 /dev-python/tqdm/tqdm-4.40.0.ebuild | |
parent | dev-python/xmlschema: added ~arm64 keyword (diff) | |
download | gentoo-1822b81d2266953ffc15ef9cabb02b1aec080b52.tar.gz gentoo-1822b81d2266953ffc15ef9cabb02b1aec080b52.tar.bz2 gentoo-1822b81d2266953ffc15ef9cabb02b1aec080b52.zip |
dev-python/tqdm: added ~arm64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tqdm/tqdm-4.40.0.ebuild')
-rw-r--r-- | dev-python/tqdm/tqdm-4.40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.40.0.ebuild b/dev-python/tqdm/tqdm-4.40.0.ebuild index 42f440bd34bd..53ef2260d2df 100644 --- a/dev-python/tqdm/tqdm-4.40.0.ebuild +++ b/dev-python/tqdm/tqdm-4.40.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="amd64 ~hppa ~sparc x86" + KEYWORDS="amd64 ~arm64 ~hppa ~sparc x86" fi DESCRIPTION="Add a progress meter to your loops in a second" |