diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:40:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:40:24 +0200 |
commit | b0da0cbdf0ead06762410e661043c3c1101085be (patch) | |
tree | ee50f4884859fd5bf178e122fcdd30879197cac2 /dev-python/stdio-mgr | |
parent | dev-python/sqlitedict: Update homepage (diff) | |
download | gentoo-b0da0cbdf0ead06762410e661043c3c1101085be.tar.gz gentoo-b0da0cbdf0ead06762410e661043c3c1101085be.tar.bz2 gentoo-b0da0cbdf0ead06762410e661043c3c1101085be.zip |
dev-python/stdio-mgr: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/stdio-mgr')
-rw-r--r-- | dev-python/stdio-mgr/stdio-mgr-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}] |