diff options
author | Andrius Štikonas <andrius@stikonas.eu> | 2018-11-11 14:50:37 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-13 01:40:58 -0600 |
commit | 8954c0b02083853fd19f3485234fc261a8f3651c (patch) | |
tree | 83a3f5d51b8d915ee98e619cc8f12158c6da9853 /dev-python | |
parent | app-admin/puppetdb: fix puppetdb init (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/betamax/betamax-0.8.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/josepy/josepy-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/python-augeas/python-augeas-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/betamax/betamax-0.8.0.ebuild b/dev-python/betamax/betamax-0.8.0.ebuild index e5be7c43646c..df4c736cceb9 100644 --- a/dev-python/betamax/betamax-0.8.0.ebuild +++ b/dev-python/betamax/betamax-0.8.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::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[${PYTHON_USEDEP}]" diff --git a/dev-python/josepy/josepy-1.1.0.ebuild b/dev-python/josepy/josepy-1.1.0.ebuild index 664114b42e13..41a9b9819d53 100644 --- a/dev-python/josepy/josepy-1.1.0.ebuild +++ b/dev-python/josepy/josepy-1.1.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="" DEPEND=" diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild index 7b9f9903f2f4..7c8c82e7605e 100644 --- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild +++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" DEPEND="app-admin/augeas" 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}]" |