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 DFE7415813A for ; Thu, 09 Jan 2025 22:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 234F2E070D; Thu, 09 Jan 2025 22:06:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0BE77E070D for ; Thu, 09 Jan 2025 22:06:03 +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 4C2F7340441 for ; Thu, 09 Jan 2025 22:06:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB5851D63 for ; Thu, 09 Jan 2025 22:06:00 +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: <1736460341.7f40971fbf56cb3193f7b474abe5a801b1c4d9c5.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-core/gnatcoll-core-25.0.0.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7f40971fbf56cb3193f7b474abe5a801b1c4d9c5 X-VCS-Branch: master Date: Thu, 09 Jan 2025 22:06:00 +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: d28ed269-4286-4f52-b937-74d3ec2a6619 X-Archives-Hash: 6b0387619ce0b8b641df586c2cdfe690 commit: 7f40971fbf56cb3193f7b474abe5a801b1c4d9c5 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Jan 9 22:05:23 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Jan 9 22:05:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f40971f dev-ada/gnatcoll-core: keyword 25.0.0 for ~arm64 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatcoll-core/gnatcoll-core-25.0.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-25.0.0.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-25.0.0.ebuild index 81ec20c02d2d..0694b04c8e71 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-25.0.0.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-25.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc minimal +projects +shared static-libs static-pic test" RESTRICT="test" REQUIRED_USE="|| ( shared static-libs static-pic ) @@ -58,6 +58,8 @@ src_prepare() { || die rm -r testsuite/tests/file_indexes || die rm -r testsuite/tests/vfs/basic || die + rm -r testsuite/tests/os/fsutil/sync_trees/error || die + rm -r testsuite/tests/os/process/priority_unix || die } src_compile() {