diff options
author | 2022-08-30 19:33:38 +0300 | |
---|---|---|
committer | 2022-08-30 19:33:38 +0300 | |
commit | 96c539f7247e6efc0a635af6f1cc78e33f063a1f (patch) | |
tree | 33718d9db45c39ed68c3267a5489c0b6317dcc5b /dev-python/doc8 | |
parent | dev-python/pep517: Stabilize 0.13.0 ALLARCHES, #867487 (diff) | |
download | gentoo-96c539f7247e6efc0a635af6f1cc78e33f063a1f.tar.gz gentoo-96c539f7247e6efc0a635af6f1cc78e33f063a1f.tar.bz2 gentoo-96c539f7247e6efc0a635af6f1cc78e33f063a1f.zip |
dev-python/doc8: Stabilize 1.0.0 ALLARCHES, #867499
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/doc8')
-rw-r--r-- | dev-python/doc8/doc8-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/doc8/doc8-1.0.0.ebuild b/dev-python/doc8/doc8-1.0.0.ebuild index 9e86c190ebaa..7b24f1a2ba35 100644 --- a/dev-python/doc8/doc8-1.0.0.ebuild +++ b/dev-python/doc8/doc8-1.0.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm arm64 x86" RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] |