diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:24:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:00:52 +0000 |
commit | e192e60d3e4ee3b128b72b55d0e5dbb1a4e5f970 (patch) | |
tree | dca2464edac581941b79e034fc2c30105113a5b1 /dev-python/webcolors | |
parent | dev-python/wcwidth: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-e192e60d3e4ee3b128b72b55d0e5dbb1a4e5f970.tar.gz gentoo-e192e60d3e4ee3b128b72b55d0e5dbb1a4e5f970.tar.bz2 gentoo-e192e60d3e4ee3b128b72b55d0e5dbb1a4e5f970.zip |
dev-python/webcolors: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/webcolors')
-rw-r--r-- | dev-python/webcolors/webcolors-1.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webcolors/webcolors-1.11.1.ebuild b/dev-python/webcolors/webcolors-1.11.1.ebuild index 3574702f0853..c6ef920b7c0d 100644 --- a/dev-python/webcolors/webcolors-1.11.1.ebuild +++ b/dev-python/webcolors/webcolors-1.11.1.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=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" BDEPEND="dev-python/six[${PYTHON_USEDEP}]" |