summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrius Štikonas <andrius@stikonas.eu>2018-11-11 14:50:37 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-13 01:40:58 -0600
commit8954c0b02083853fd19f3485234fc261a8f3651c (patch)
tree83a3f5d51b8d915ee98e619cc8f12158c6da9853 /dev-python/requests-toolbelt
parentapp-admin/puppetdb: fix puppetdb init (diff)
downloadgentoo-8954c0b02083853fd19f3485234fc261a8f3651c.tar.gz
gentoo-8954c0b02083853fd19f3485234fc261a8f3651c.tar.bz2
gentoo-8954c0b02083853fd19f3485234fc261a8f3651c.zip
app-crypt/certbot: add ~arm64 keywords to certbot and dependencies.
Signed-off-by: Andrius Štikonas <andrius@stikonas.eu> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/requests-toolbelt')
-rw-r--r--dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
index 7bfbf3543a2a..41bf323acd93 100644
--- a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
+++ b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
IUSE="test"
RDEPEND="<dev-python/requests-3.0.0[${PYTHON_USEDEP}]"