diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:59:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:59:24 +0100 |
commit | 4d877609ad1aa50e21849a8a2fcb5879fcad9793 (patch) | |
tree | 4fbe35ac20c22aa7f58bc961f427a8a7cb4cee6d /dev-python/mdx-gh-links | |
parent | stabilization-groups: Add python/httpx.group (diff) | |
download | gentoo-4d877609ad1aa50e21849a8a2fcb5879fcad9793.tar.gz gentoo-4d877609ad1aa50e21849a8a2fcb5879fcad9793.tar.bz2 gentoo-4d877609ad1aa50e21849a8a2fcb5879fcad9793.zip |
dev-python/mdx-gh-links: Stabilize 0.4 ALLARCHES, #921451
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mdx-gh-links')
-rw-r--r-- | dev-python/mdx-gh-links/mdx-gh-links-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mdx-gh-links/mdx-gh-links-0.4.ebuild b/dev-python/mdx-gh-links/mdx-gh-links-0.4.ebuild index 64765018fcfc..3f151bddacd4 100644 --- a/dev-python/mdx-gh-links/mdx-gh-links-0.4.ebuild +++ b/dev-python/mdx-gh-links/mdx-gh-links-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~riscv x86" RDEPEND=" >=dev-python/markdown-3.0.0[${PYTHON_USEDEP}] |