diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-11-01 22:56:51 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-11-01 23:00:01 +0100 |
commit | fd7fd758a6f806c2cb53bf1ff5b127236eed5328 (patch) | |
tree | dad393a63f41e2114bdb4fb779eed52ad29dc355 /dev-python/lz4 | |
parent | app-crypt/gnupg: Followup fix to making system-cert-store default (diff) | |
download | gentoo-fd7fd758a6f806c2cb53bf1ff5b127236eed5328.tar.gz gentoo-fd7fd758a6f806c2cb53bf1ff5b127236eed5328.tar.bz2 gentoo-fd7fd758a6f806c2cb53bf1ff5b127236eed5328.zip |
dev-python/lz4: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/lz4')
-rw-r--r-- | dev-python/lz4/lz4-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lz4/lz4-0.8.2.ebuild b/dev-python/lz4/lz4-0.8.2.ebuild index 57032f96e888..9070faa92eb2 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}]" |