summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-12 18:11:49 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-12 18:30:05 +0200
commit1ca754f596c3094f8dbbe6e249e037e942d789a1 (patch)
tree22a2650c21ed5f9a6fb164c84455d2d073b3d040 /dev-python
parentdev-python/rfc3986: Update IETF URL (diff)
downloadgentoo-1ca754f596c3094f8dbbe6e249e037e942d789a1.tar.gz
gentoo-1ca754f596c3094f8dbbe6e249e037e942d789a1.tar.bz2
gentoo-1ca754f596c3094f8dbbe6e249e037e942d789a1.zip
dev-python/webcolors: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/webcolors/webcolors-1.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webcolors/webcolors-1.13.ebuild b/dev-python/webcolors/webcolors-1.13.ebuild
index 9a9b88471e63..32afb009b75e 100644
--- a/dev-python/webcolors/webcolors-1.13.ebuild
+++ b/dev-python/webcolors/webcolors-1.13.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
https://pypi.org/project/webcolors/
"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
distutils_enable_tests unittest