diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2020-03-03 11:49:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 05:46:53 +0100 |
commit | 1d43760caa61b177aec3c6b1c1ac6e005e09b9e2 (patch) | |
tree | b0b1ebfa5f14a78954244660eca1ce0c59d05c39 /dev-python/ndg-httpsclient | |
parent | dev-python/pyaes: added ~arm64 keyword (diff) | |
download | gentoo-1d43760caa61b177aec3c6b1c1ac6e005e09b9e2.tar.gz gentoo-1d43760caa61b177aec3c6b1c1ac6e005e09b9e2.tar.bz2 gentoo-1d43760caa61b177aec3c6b1c1ac6e005e09b9e2.zip |
dev-python/ndg-httpsclient: added ~arm64 keyword
Bug: https://bugs.gentoo.org/710396
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/ndg-httpsclient')
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild index 4ad33ed68364..7d4c984006cb 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${P/-/_}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND=" dev-python/pyaes[${PYTHON_USEDEP}] |