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 2396315815E for ; Thu, 8 Feb 2024 10:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DDA1E2A43; Thu, 8 Feb 2024 10:21:07 +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 E3F15E2A43 for ; Thu, 8 Feb 2024 10:21:06 +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 EC53E3430E3 for ; Thu, 8 Feb 2024 10:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360DE14CB for ; Thu, 8 Feb 2024 10:21:04 +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: <1707387658.d75fd4d09854fbf66047606ca7bf2a3884044f69.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rasqal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rasqal/rasqal-0.9.33-r2.ebuild X-VCS-Directories: dev-libs/rasqal/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d75fd4d09854fbf66047606ca7bf2a3884044f69 X-VCS-Branch: master Date: Thu, 8 Feb 2024 10:21:04 +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: a01a0514-1679-4f31-9007-958506dbb82b X-Archives-Hash: 55f7caa37152823f86a40292bf5aae61 commit: d75fd4d09854fbf66047606ca7bf2a3884044f69 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Feb 8 10:20:58 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Feb 8 10:20:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75fd4d0 dev-libs/rasqal: Stabilize 0.9.33-r2 arm64, #924062 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/rasqal/rasqal-0.9.33-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/rasqal/rasqal-0.9.33-r2.ebuild b/dev-libs/rasqal/rasqal-0.9.33-r2.ebuild index d46ec176e9f8..c50aa6451e4c 100644 --- a/dev-libs/rasqal/rasqal-0.9.33-r2.ebuild +++ b/dev-libs/rasqal/rasqal-0.9.33-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+crypt gmp +mhash pcre static-libs test xml" RESTRICT="!test? ( test )"