diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-18 17:53:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-18 17:56:16 +0200 |
commit | 421627d367c6a01b0edaa407a101b6168f217b83 (patch) | |
tree | f610e03ccf3ffe12b019565cb71ac62fdcfe8d10 /dev-python/twython | |
parent | dev-python/yaxmldiff: Remove fake distutils_enable_tests call (diff) | |
download | gentoo-421627d367c6a01b0edaa407a101b6168f217b83.tar.gz gentoo-421627d367c6a01b0edaa407a101b6168f217b83.tar.bz2 gentoo-421627d367c6a01b0edaa407a101b6168f217b83.zip |
dev-python/twython: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twython')
-rw-r--r-- | dev-python/twython/twython-3.9.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twython/twython-3.9.1-r1.ebuild b/dev-python/twython/twython-3.9.1-r1.ebuild index 683b7de8b596..6fc9db653db2 100644 --- a/dev-python/twython/twython-3.9.1-r1.ebuild +++ b/dev-python/twython/twython-3.9.1-r1.ebuild @@ -18,8 +18,8 @@ SRC_URI=" -> ${P}.gh.tar.gz " -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" RDEPEND=" |