From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA225138334 for ; Tue, 21 May 2019 15:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF45BE07D4; Tue, 21 May 2019 15:50:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFAF1E07D4 for ; Tue, 21 May 2019 15:50:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BE0734478C for ; Tue, 21 May 2019 15:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3525326 for ; Tue, 21 May 2019 15:50:44 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1558453835.4aeb106e88d3020696359e2aab6311f9356599ff.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lz4/lz4-0.10.1.ebuild dev-python/lz4/lz4-2.1.6.ebuild X-VCS-Directories: dev-python/lz4/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 4aeb106e88d3020696359e2aab6311f9356599ff X-VCS-Branch: master Date: Tue, 21 May 2019 15:50:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aecac96d-f010-487c-b4fa-c86f982f03bf X-Archives-Hash: ca4c0671c4edf39d8fa2ded8e797f463 commit: 4aeb106e88d3020696359e2aab6311f9356599ff Author: Stephen Klimaszewski gentoo org> AuthorDate: Tue May 21 15:50:01 2019 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue May 21 15:50:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aeb106e dev-python/lz4: add ~arm64 keywords 2.1.6 seems to have dropped arm keyword, but i haven't tested on there yet to add it back. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski gentoo.org> dev-python/lz4/lz4-0.10.1.ebuild | 2 +- dev-python/lz4/lz4-2.1.6.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/lz4/lz4-0.10.1.ebuild b/dev-python/lz4/lz4-0.10.1.ebuild index 6ae6d5e12c5..622d03a2b10 100644 --- a/dev-python/lz4/lz4-0.10.1.ebuild +++ b/dev-python/lz4/lz4-0.10.1.ebuild @@ -13,7 +13,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 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}] diff --git a/dev-python/lz4/lz4-2.1.6.ebuild b/dev-python/lz4/lz4-2.1.6.ebuild index b1f535b1d15..3e1188a0b8e 100644 --- a/dev-python/lz4/lz4-2.1.6.ebuild +++ b/dev-python/lz4/lz4-2.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="app-arch/lz4" DEPEND="