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 9E30A15812D for ; Sun, 05 Jan 2025 08:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C786DE0769; Sun, 05 Jan 2025 08:30:03 +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 AB73FE0769 for ; Sun, 05 Jan 2025 08:30: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 B399F340C40 for ; Sun, 05 Jan 2025 08:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36B59D81 for ; Sun, 05 Jan 2025 08:30: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: <1736065784.5075e29ca2e1537d452d228bbf88eb703452c97f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/xmlada/xmlada-25.0.0-r1.ebuild X-VCS-Directories: dev-ada/xmlada/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 5075e29ca2e1537d452d228bbf88eb703452c97f X-VCS-Branch: master Date: Sun, 05 Jan 2025 08:30: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: 8a75f5a0-690a-4b20-8b7f-6918a7cd65da X-Archives-Hash: 00d40cfe6e4299ae3a903f48c409b51f commit: 5075e29ca2e1537d452d228bbf88eb703452c97f Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jan 5 08:29:44 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jan 5 08:29:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5075e29c dev-ada/xmlada: keyword 25.0.0-r1 for ~arm64 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/xmlada/xmlada-25.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/xmlada/xmlada-25.0.0-r1.ebuild b/dev-ada/xmlada/xmlada-25.0.0-r1.ebuild index 814d5b7e55ea..3707342ffc48 100644 --- a/dev-ada/xmlada/xmlada-25.0.0-r1.ebuild +++ b/dev-ada/xmlada/xmlada-25.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 man +shared static-libs static-pic" REQUIRED_USE="|| ( shared static-libs static-pic ) ${ADA_REQUIRED_USE}