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 9DD2D15813A for ; Fri, 17 Jan 2025 19:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E98D5E07D9; Fri, 17 Jan 2025 19:13:17 +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 CF54CE07D9 for ; Fri, 17 Jan 2025 19:13:17 +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 E0B1A34322E for ; Fri, 17 Jan 2025 19:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75907109C for ; Fri, 17 Jan 2025 19:13:15 +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: <1737141191.73f7cb95d5ff481c376008a9d46bc711a9fc78b6.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcvt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxcvt/libxcvt-0.1.3.ebuild X-VCS-Directories: x11-libs/libxcvt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 73f7cb95d5ff481c376008a9d46bc711a9fc78b6 X-VCS-Branch: master Date: Fri, 17 Jan 2025 19:13:15 +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: a66563f8-9659-4172-ba2f-68d72336dec8 X-Archives-Hash: 81a8b5b68ec582a6cf6f80edbaa9dea0 commit: 73f7cb95d5ff481c376008a9d46bc711a9fc78b6 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 17 19:13:11 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 17 19:13:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f7cb95 x11-libs/libxcvt: Stabilize 0.1.3 arm64, #948234 Signed-off-by: Arthur Zamarin gentoo.org> x11-libs/libxcvt/libxcvt-0.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libxcvt/libxcvt-0.1.3.ebuild b/x11-libs/libxcvt/libxcvt-0.1.3.ebuild index 24013d855d43..2266515cc467 100644 --- a/x11-libs/libxcvt/libxcvt-0.1.3.ebuild +++ b/x11-libs/libxcvt/libxcvt-0.1.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit xorg-3 meson if [[ ${PV} != *9999* ]]; then - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="X.Org xcvt library and cvt program"