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 87AC715813A for ; Tue, 07 Jan 2025 22:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38075E0822; Tue, 07 Jan 2025 22:45:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1AD9BE0821 for ; Tue, 07 Jan 2025 22:45: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 622BD340DC8 for ; Tue, 07 Jan 2025 22:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9471B1DC3 for ; Tue, 07 Jan 2025 22:44:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736289869.74e901cb4d5a8f650c983b97d9874bbc2cb1e617.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fcft/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fcft/fcft-3.1.9.ebuild X-VCS-Directories: media-libs/fcft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74e901cb4d5a8f650c983b97d9874bbc2cb1e617 X-VCS-Branch: master Date: Tue, 07 Jan 2025 22:44:59 +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: bc60921d-d675-4a5d-8c6b-6a02ecf2be1b X-Archives-Hash: 523f56d973022c5ee250147c026f1764 commit: 74e901cb4d5a8f650c983b97d9874bbc2cb1e617 Author: Sam James gentoo org> AuthorDate: Tue Jan 7 22:44:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 22:44:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e901cb media-libs/fcft: Stabilize 3.1.9 arm64, #947686 Signed-off-by: Sam James gentoo.org> media-libs/fcft/fcft-3.1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/fcft/fcft-3.1.9.ebuild b/media-libs/fcft/fcft-3.1.9.ebuild index 1c4038fc0d93..9239434b14c3 100644 --- a/media-libs/fcft/fcft-3.1.9.ebuild +++ b/media-libs/fcft/fcft-3.1.9.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}" # ZLIB for nanosvg LICENSE="MIT ZLIB" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 ~riscv" +KEYWORDS="amd64 arm64 ppc64 ~riscv" IUSE="examples +harfbuzz +libutf8proc test" REQUIRED_USE=" libutf8proc? ( harfbuzz )