diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-14 14:22:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-14 14:26:23 +0200 |
commit | 92db1fa4532498212a95a2917f8615c9d9921bbf (patch) | |
tree | 857788c02ce0afb24524a9bbc057653d23b8124f /dev-python/sphinx-testing | |
parent | dev-python/sphinx-testing: Bump to 1.0.1, EAPI=7, Py3.7 (diff) | |
download | gentoo-92db1fa4532498212a95a2917f8615c9d9921bbf.tar.gz gentoo-92db1fa4532498212a95a2917f8615c9d9921bbf.tar.bz2 gentoo-92db1fa4532498212a95a2917f8615c9d9921bbf.zip |
dev-python/sphinx-testing: Keyword ~x86
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-testing')
-rw-r--r-- | dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild index 1a69f9f5610e..d4cb8e44dbb8 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |