From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 748E21582EF for ; Tue, 25 Feb 2025 19:46:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5A83134315C for ; Tue, 25 Feb 2025 19:46:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6291E1103AC; Tue, 25 Feb 2025 19:46:00 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5986F1103AC for ; Tue, 25 Feb 2025 19:46:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E96DF34315C for ; Tue, 25 Feb 2025 19:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 871F21289 for ; Tue, 25 Feb 2025 19:45:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1740512742.d8a0b9b4abc1b74f1c01c66a59eb5c73ff2bdfc2.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/uunf/uunf-16.0.0.ebuild X-VCS-Directories: dev-ml/uunf/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: d8a0b9b4abc1b74f1c01c66a59eb5c73ff2bdfc2 X-VCS-Branch: master Date: Tue, 25 Feb 2025 19:45:58 +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: 63b36709-1428-4f0a-9283-11d086f2e64c X-Archives-Hash: 2fcf4f0ebe223d851b59eaa1eade0384 commit: d8a0b9b4abc1b74f1c01c66a59eb5c73ff2bdfc2 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Feb 25 19:45:42 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Feb 25 19:45:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a0b9b4 dev-ml/uunf: keyword 16.0.0 for ~arm64 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/uunf/uunf-16.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/uunf/uunf-16.0.0.ebuild b/dev-ml/uunf/uunf-16.0.0.ebuild index 108d409c5067..3367f3d91275 100644 --- a/dev-ml/uunf/uunf-16.0.0.ebuild +++ b/dev-ml/uunf/uunf-16.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" DEPEND=" dev-ml/cmdliner:=