dev-python/ewmh: fix variable order

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2025-03-31 12:56:17 +02:00
parent 29c7403760
commit 70ccf32e9c

View File

@@ -12,7 +12,8 @@ DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib"
HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh"
LICENSE="LGPL-3"
KEYWORDS="amd64 x86"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"