diff options
author | 2020-12-29 02:36:29 +0000 | |
---|---|---|
committer | 2020-12-29 02:36:29 +0000 | |
commit | 96f6ba3b0f5551f5f9ee7bf10b85de734e2e17ff (patch) | |
tree | 4e252ef7e03a91757a700015eac17a7e7bfaec18 | |
parent | app-arch/file-roller: security cleanup (drop <3.36.3) (diff) | |
download | gentoo-96f6ba3b0f5551f5f9ee7bf10b85de734e2e17ff.tar.gz gentoo-96f6ba3b0f5551f5f9ee7bf10b85de734e2e17ff.tar.bz2 gentoo-96f6ba3b0f5551f5f9ee7bf10b85de734e2e17ff.zip |
dev-python/lz4: Stabilize 3.1.1 amd64, #761640
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/lz4/lz4-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lz4/lz4-3.1.1.ebuild b/dev-python/lz4/lz4-3.1.1.ebuild index 00fabb5b6e81..7ee7c164aa61 100644 --- a/dev-python/lz4/lz4-3.1.1.ebuild +++ b/dev-python/lz4/lz4-3.1.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="app-arch/lz4" DEPEND=" |