diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-27 16:36:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-27 16:37:12 +0300 |
commit | f9c3df0750d9844067a6fdfec18a5041e5abbf29 (patch) | |
tree | b26f3138a90859276000d47acbc3b695361b30e9 /dev-python/pytest-httpbin | |
parent | dev-python/requests: Add ~arm keyword wrt bug #700940 (diff) | |
download | gentoo-f9c3df0750d9844067a6fdfec18a5041e5abbf29.tar.gz gentoo-f9c3df0750d9844067a6fdfec18a5041e5abbf29.tar.bz2 gentoo-f9c3df0750d9844067a6fdfec18a5041e5abbf29.zip |
dev-python/pytest-httpbin: Add ~arm keyword wrt bug #700940
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild index e13e8f79c0ba..316237426a43 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/httpbin[${PYTHON_USEDEP}] |