diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:23:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:00:24 +0000 |
commit | 582e0eb5a6b63a8d97811641efa85e454238536c (patch) | |
tree | 749017376b578a52323eb6b554bee29a0698d9c3 /dev-python/sphinx-epytext | |
parent | dev-python/sphinx-bootstrap-theme: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-582e0eb5a6b63a8d97811641efa85e454238536c.tar.gz gentoo-582e0eb5a6b63a8d97811641efa85e454238536c.tar.bz2 gentoo-582e0eb5a6b63a8d97811641efa85e454238536c.zip |
dev-python/sphinx-epytext: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-epytext')
-rw-r--r-- | dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild index 1b7db60ddaf1..173b41169dcb 100644 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" |