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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04E3F1581D8 for ; Mon, 18 Nov 2024 10:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9020DE0919; Mon, 18 Nov 2024 10:28:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74FD2E0919 for ; Mon, 18 Nov 2024 10:28:46 +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 793B7340C7F for ; Mon, 18 Nov 2024 10:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D78121E04 for ; Mon, 18 Nov 2024 10:28:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1731925707.5d725b7cebd55a9052b862fb820f909cbecdcb14.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/luv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/luv/luv-0.5.14-r1.ebuild X-VCS-Directories: dev-ml/luv/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5d725b7cebd55a9052b862fb820f909cbecdcb14 X-VCS-Branch: master Date: Mon, 18 Nov 2024 10:28:43 +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: 3a37c69b-135d-4309-8615-e3c59fc5ed1b X-Archives-Hash: 1255ef635f046bd7735fc29e80597dc9 commit: 5d725b7cebd55a9052b862fb820f909cbecdcb14 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Nov 18 10:28:27 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Nov 18 10:28:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d725b7c dev-ml/luv: Stabilize 0.5.14-r1 arm64, #942676 Signed-off-by: Arthur Zamarin gentoo.org> dev-ml/luv/luv-0.5.14-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/luv/luv-0.5.14-r1.ebuild b/dev-ml/luv/luv-0.5.14-r1.ebuild index 90d19d207f29..7937342c3f10 100644 --- a/dev-ml/luv/luv-0.5.14-r1.ebuild +++ b/dev-ml/luv/luv-0.5.14-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/aantron/${PN}.git" else SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" fi LICENSE="MIT"