diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 10:22:18 -0500 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 10:22:21 -0500 |
commit | e7f18de7089360fec6bb911b1bb4075df5ef6010 (patch) | |
tree | a4067e39178f35c8949e6eea6df928a0a1d0ec20 /dev-python/httpbin | |
parent | dev-python/xlsxwriter: add ~arm64 keyword (diff) | |
download | gentoo-e7f18de7089360fec6bb911b1bb4075df5ef6010.tar.gz gentoo-e7f18de7089360fec6bb911b1bb4075df5ef6010.tar.bz2 gentoo-e7f18de7089360fec6bb911b1bb4075df5ef6010.zip |
dev-python/httpbin: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r-- | dev-python/httpbin/httpbin-0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpbin/httpbin-0.4.1.ebuild b/dev-python/httpbin/httpbin-0.4.1.ebuild index 50b502713c17..bf83eb39831e 100644 --- a/dev-python/httpbin/httpbin-0.4.1.ebuild +++ b/dev-python/httpbin/httpbin-0.4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" |