diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:19:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:32:12 +0200 |
commit | 33e0c0473114cc19c83190a676ceed6a9ad65c75 (patch) | |
tree | 97eff104ecf7064a551808cb8cb940af017288e3 /dev-python/lz4 | |
parent | dev-python/texttable: Enable py3.13 (diff) | |
download | gentoo-33e0c0473114cc19c83190a676ceed6a9ad65c75.tar.gz gentoo-33e0c0473114cc19c83190a676ceed6a9ad65c75.tar.bz2 gentoo-33e0c0473114cc19c83190a676ceed6a9ad65c75.zip |
dev-python/lz4: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lz4')
-rw-r--r-- | dev-python/lz4/lz4-4.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lz4/lz4-4.3.3.ebuild b/dev-python/lz4/lz4-4.3.3.ebuild index a22c08113af9..e2db3e16a6a4 100644 --- a/dev-python/lz4/lz4-4.3.3.ebuild +++ b/dev-python/lz4/lz4-4.3.3.ebuild @@ -15,8 +15,8 @@ HOMEPAGE=" https://pypi.org/project/lz4/ " -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" DEPEND=" |