diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 07:52:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 07:52:55 +0200 |
commit | 41f9ca875c490d73493ca0529650dd82826c6bb5 (patch) | |
tree | 5a03c03cf745d4a33c53368eac66b6114f1c9f4c /dev-python/httpretty | |
parent | dev-python/PyGithub: amd64 stable wrt bug #693740 (diff) | |
download | gentoo-41f9ca875c490d73493ca0529650dd82826c6bb5.tar.gz gentoo-41f9ca875c490d73493ca0529650dd82826c6bb5.tar.bz2 gentoo-41f9ca875c490d73493ca0529650dd82826c6bb5.zip |
dev-python/httpretty: amd64 stable wrt bug #693740
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/httpretty')
-rw-r--r-- | dev-python/httpretty/httpretty-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpretty/httpretty-0.9.6.ebuild b/dev-python/httpretty/httpretty-0.9.6.ebuild index c0299cefda0e..8235b58144e8 100644 --- a/dev-python/httpretty/httpretty-0.9.6.ebuild +++ b/dev-python/httpretty/httpretty-0.9.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |