diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-30 00:20:56 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-30 00:21:50 -0500 |
commit | 38b78830016c192aac310cc5b821c998d511eb72 (patch) | |
tree | 61b06670a9c0985ac998ea7086b5d8e216a1cc08 /dev-python/sphinx-testing | |
parent | net-libs/quiche: add BDEPEND on dev-lang/perl (diff) | |
download | gentoo-38b78830016c192aac310cc5b821c998d511eb72.tar.gz gentoo-38b78830016c192aac310cc5b821c998d511eb72.tar.bz2 gentoo-38b78830016c192aac310cc5b821c998d511eb72.zip |
dev-python/sphinx-testing: arm64 keyworded for 1.0.1
Signed-off-by: Aaron Bauman <bman@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 6521d4338690..1d6bb5655e3c 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 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |