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 EDC2315813A 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 4CCEEE0823; Tue, 07 Jan 2025 22:45: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FF25E0823 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 4948033BF29 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 80F901D64 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: <1736289868.5b49a531ba8825ed0fe98717aafe1b59b2cb5115.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: 5b49a531ba8825ed0fe98717aafe1b59b2cb5115 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: 5674ffce-0540-474e-8133-a8dcd35bc23e X-Archives-Hash: 1a38e1ce67f3b30812d5b5b19842c46b commit: 5b49a531ba8825ed0fe98717aafe1b59b2cb5115 Author: Sam James gentoo org> AuthorDate: Tue Jan 7 22:44:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 22:44:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b49a531 media-libs/fcft: Stabilize 3.1.9 amd64, #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 89190df0bc0d..1c4038fc0d93 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 )