commit: b0da0cbdf0ead06762410e661043c3c1101085be
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 09:40:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 09:40:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0da0cbd
dev-python/stdio-mgr: Fix variable order
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/stdio-mgr/stdio-mgr-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1-r1.ebuild
b/dev-python/stdio-mgr/stdio-mgr-1.0.1-r1.ebuild
index ab06251c9a58..9e77d94ee4d5 100644
--- a/dev-python/stdio-mgr/stdio-mgr-1.0.1-r1.ebuild
+++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1-r1.ebuild
@@ -19,8 +19,8 @@ SRC_URI="
"
LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390
sparc x86"
SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390
sparc x86"
RDEPEND="
>=dev-python/attrs-17.1[${PYTHON_USEDEP}]