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 D9B1A1581F0 for ; Fri, 24 Jan 2025 03:55:54 +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 C51DA3432A9 for ; Fri, 24 Jan 2025 03:55:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ED7B811042E; Fri, 24 Jan 2025 03:55:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id E407111042E for ; Fri, 24 Jan 2025 03:55:50 +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 90ABC343285 for ; Fri, 24 Jan 2025 03:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E553315B5 for ; Fri, 24 Jan 2025 03:55:48 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1737690893.b104ff834ae511b03dcf5737841de0d9f5d2e6d6.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b104ff834ae511b03dcf5737841de0d9f5d2e6d6 X-VCS-Branch: master Date: Fri, 24 Jan 2025 03:55:48 +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: 425c3dea-a7e1-4bbe-878c-df745b459172 X-Archives-Hash: dcea692a1b165ea199835a6c8de95b13 commit: b104ff834ae511b03dcf5737841de0d9f5d2e6d6 Author: Matt Turner gentoo org> AuthorDate: Fri Jan 24 03:54:53 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jan 24 03:54:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b104ff83 x11-libs/libxcvt: Stabilize 0.1.3 hppa, #948234 Signed-off-by: Matt Turner 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 1d613cf6cd4c..426847c19cfe 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"