commit: 3bbdab2cb80ab31476fdbe5739ee27a48aab84f2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Mon May 11 09:44:49 2020 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Mon May 11 09:44:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbdab2c
dev-python/bitstring: x86 stable wrt bug #720490 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> dev-python/bitstring/bitstring-3.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bitstring/bitstring-3.1.6.ebuild b/dev-python/bitstring/bitstring-3.1.6.ebuild index 2a59cf36bde..57771fd55f9 100644 --- a/dev-python/bitstring/bitstring-3.1.6.ebuild +++ b/dev-python/bitstring/bitstring-3.1.6.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/scott-griffiths/bitstring" SRC_URI="https://github.com/scott-griffiths/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"