diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 20:18:28 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 20:18:28 +0200 |
commit | 4326cded6aeb0aabc6ade964234558f541481fa1 (patch) | |
tree | 5f014a87d7f912b86f7ea860e8c1a3210160afa1 /dev-python | |
parent | dev-python/sphinxcontrib-spelling: Stabilize 7.3.0 ALLARCHES, #830649 (diff) | |
download | gentoo-4326cded6aeb0aabc6ade964234558f541481fa1.tar.gz gentoo-4326cded6aeb0aabc6ade964234558f541481fa1.tar.bz2 gentoo-4326cded6aeb0aabc6ade964234558f541481fa1.zip |
dev-python/mistune: Stabilize 2.0.1 ALLARCHES, #830652
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mistune/mistune-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mistune/mistune-2.0.1.ebuild b/dev-python/mistune/mistune-2.0.1.ebuild index f47293cf44a9..3e58d84a5cee 100644 --- a/dev-python/mistune/mistune-2.0.1.ebuild +++ b/dev-python/mistune/mistune-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" distutils_enable_tests pytest |