From fd7fd758a6f806c2cb53bf1ff5b127236eed5328 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Tue, 1 Nov 2016 22:56:51 +0100 Subject: [PATCH] dev-python/lz4: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 --- dev-python/lz4/lz4-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lz4/lz4-0.8.2.ebuild b/dev-python/lz4/lz4-0.8.2.ebuild index 57032f96e8888..9070faa92eb20 100644 --- a/dev-python/lz4/lz4-0.8.2.ebuild +++ b/dev-python/lz4/lz4-0.8.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"