diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-07 20:58:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-07 20:58:34 +0200 |
commit | 6630192c9863339513bbf48a14aa87da58d22252 (patch) | |
tree | 528a714c86f46011964622acf2ff5580e41c1151 /dev-python | |
parent | dev-python/xarray: Stabilize 2022.12.0 ppc64, #890134 (diff) | |
download | gentoo-6630192c9863339513bbf48a14aa87da58d22252.tar.gz gentoo-6630192c9863339513bbf48a14aa87da58d22252.tar.bz2 gentoo-6630192c9863339513bbf48a14aa87da58d22252.zip |
dev-python/docstring-to-markdown: Stabilize 0.11 ALLARCHES, #890084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild index 2a1bcb812ca6..989e5c90e2fe 100644 --- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild +++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" distutils_enable_tests pytest |