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 67EF8158041 for ; Sun, 24 Mar 2024 11:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87AFDE2A06; Sun, 24 Mar 2024 11:29:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5EC23E299F for ; Sun, 24 Mar 2024 11:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 78C4F343065 for ; Sun, 24 Mar 2024 11:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE948B91 for ; Sun, 24 Mar 2024 11:29:02 +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: <1711279683.5bb8032f877111ec1dc05274e25c3c17eded6ba1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libaio/libaio-0.3.113-r1.ebuild X-VCS-Directories: dev-libs/libaio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5bb8032f877111ec1dc05274e25c3c17eded6ba1 X-VCS-Branch: master Date: Sun, 24 Mar 2024 11:29:02 +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: 1e33589a-dce9-41dc-ba7e-3a523706abdd X-Archives-Hash: 79c4ef970ff3843d6343a71efd8578fb commit: 5bb8032f877111ec1dc05274e25c3c17eded6ba1 Author: Sam James gentoo org> AuthorDate: Sun Mar 24 11:28:03 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 24 11:28:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb8032f dev-libs/libaio: Stabilize 0.3.113-r1 arm, #927697 Signed-off-by: Sam James gentoo.org> dev-libs/libaio/libaio-0.3.113-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libaio/libaio-0.3.113-r1.ebuild b/dev-libs/libaio/libaio-0.3.113-r1.ebuild index 4ac15c024ec0..72df5c3e0e6f 100644 --- a/dev-libs/libaio/libaio-0.3.113-r1.ebuild +++ b/dev-libs/libaio/libaio-0.3.113-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://pagure.io/libaio.git" else SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2"