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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1842D158086 for ; Mon, 6 Dec 2021 15:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A30E07D9; Mon, 6 Dec 2021 15:20:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B737EE07C7 for ; Mon, 6 Dec 2021 15:20:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E3DF343696 for ; Mon, 6 Dec 2021 15:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F943219 for ; Mon, 6 Dec 2021 15:20:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638803900.ce043d6c3635058ee1f479ebe77b0b3e2a6f43b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liblockfile/liblockfile-1.17.ebuild X-VCS-Directories: net-libs/liblockfile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce043d6c3635058ee1f479ebe77b0b3e2a6f43b7 X-VCS-Branch: master Date: Mon, 6 Dec 2021 15:20:13 +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: 8136a57f-9fc1-46a0-b88b-c64d2a75bb86 X-Archives-Hash: 75676cade82833ef5511aba96c9350b2 commit: ce043d6c3635058ee1f479ebe77b0b3e2a6f43b7 Author: Sam James gentoo org> AuthorDate: Mon Dec 6 15:18:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 6 15:18:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce043d6c net-libs/liblockfile: Stabilize 1.17 arm64, #828303 Signed-off-by: Sam James gentoo.org> net-libs/liblockfile/liblockfile-1.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/liblockfile/liblockfile-1.17.ebuild b/net-libs/liblockfile/liblockfile-1.17.ebuild index e7758dc0522c..23f9184678c1 100644 --- a/net-libs/liblockfile/liblockfile-1.17.ebuild +++ b/net-libs/liblockfile/liblockfile-1.17.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/miquels/liblockfile/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="static-libs" RDEPEND="acct-group/mail"