summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 13:08:18 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:35 +0200
commitcda9b63b03db347edbd8e90880ace83fe42b3cfb (patch)
tree9c51b68efc21bebfa581d446479eaf7ade4a2475
parentdev-python/uritemplate: Fix variable order (diff)
downloadgentoo-cda9b63b03db347edbd8e90880ace83fe42b3cfb.tar.gz
gentoo-cda9b63b03db347edbd8e90880ace83fe42b3cfb.tar.bz2
gentoo-cda9b63b03db347edbd8e90880ace83fe42b3cfb.zip
dev-python/wcwidth: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/wcwidth/wcwidth-0.2.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wcwidth/wcwidth-0.2.13.ebuild b/dev-python/wcwidth/wcwidth-0.2.13.ebuild
index 1edeab3f678b..5c2ea30f1183 100644
--- a/dev-python/wcwidth/wcwidth-0.2.13.ebuild
+++ b/dev-python/wcwidth/wcwidth-0.2.13.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
https://github.com/jquast/wcwidth/
"
-SLOT="0"
LICENSE="MIT"
+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 pytest