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 AF1C5158086 for ; Sat, 6 Nov 2021 19:57:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06ADF2BC061; Sat, 6 Nov 2021 19:57:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 021432BC05C for ; Sat, 6 Nov 2021 19:57:03 +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 C5B50342B2F for ; Sat, 6 Nov 2021 19:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B39E1C3 for ; Sat, 6 Nov 2021 19:56:59 +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: <1636228591.272e47673fe3e8b59b2b7e8701d78268b2cec330.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcerf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libcerf/libcerf-1.17.ebuild X-VCS-Directories: sci-libs/libcerf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 272e47673fe3e8b59b2b7e8701d78268b2cec330 X-VCS-Branch: master Date: Sat, 6 Nov 2021 19:56:59 +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: 4efadba0-4103-43b4-967b-3f2d4e10a4f3 X-Archives-Hash: 484f1e6a0e9fd8e987e8dba45a8f967f commit: 272e47673fe3e8b59b2b7e8701d78268b2cec330 Author: Sam James gentoo org> AuthorDate: Sat Nov 6 19:56:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 6 19:56:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272e4767 sci-libs/libcerf: Stabilize 1.17 arm, #821919 Signed-off-by: Sam James gentoo.org> sci-libs/libcerf/libcerf-1.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libcerf/libcerf-1.17.ebuild b/sci-libs/libcerf/libcerf-1.17.ebuild index dd9643f658c..d5b2e2c3219 100644 --- a/sci-libs/libcerf/libcerf-1.17.ebuild +++ b/sci-libs/libcerf/libcerf-1.17.ebuild @@ -13,4 +13,4 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"