diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:23:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:00:29 +0000 |
commit | 49bf791e820dd1f0eb6cbe73674564d4e015df59 (patch) | |
tree | c192a433d983f4fefab24502da54867e283ecea3 /dev-python/sphinxcontrib-asyncio | |
parent | dev-python/sphinx_rtd_theme: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-49bf791e820dd1f0eb6cbe73674564d4e015df59.tar.gz gentoo-49bf791e820dd1f0eb6cbe73674564d4e015df59.tar.bz2 gentoo-49bf791e820dd1f0eb6cbe73674564d4e015df59.zip |
dev-python/sphinxcontrib-asyncio: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-asyncio')
-rw-r--r-- | dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild index c16e54a21042..1fd703331894 100644 --- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild +++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc" DEPEND=" |