diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 13:27:42 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 13:28:10 -0600 |
commit | 067cbfa0bb3eac7ff79e5c2a77f1dced09e6f97b (patch) | |
tree | 5886e3fd92fde5f68d35ad47c322a9d0a9e929a3 /dev-python/httpretty | |
parent | dev-python/sure: works with py36 (diff) | |
download | gentoo-067cbfa0bb3eac7ff79e5c2a77f1dced09e6f97b.tar.gz gentoo-067cbfa0bb3eac7ff79e5c2a77f1dced09e6f97b.tar.bz2 gentoo-067cbfa0bb3eac7ff79e5c2a77f1dced09e6f97b.zip |
dev-python/httpretty: readding arm64 keyword
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/httpretty')
-rw-r--r-- | dev-python/httpretty/httpretty-0.8.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httpretty/httpretty-0.8.14.ebuild b/dev-python/httpretty/httpretty-0.8.14.ebuild index 9c545c3eee1c..2645a4b1820d 100644 --- a/dev-python/httpretty/httpretty-0.8.14.ebuild +++ b/dev-python/httpretty/httpretty-0.8.14.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" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" IUSE="test" RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]" |