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 448C215813A for ; Fri, 10 Jan 2025 13:06:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49AB0E07D8; Fri, 10 Jan 2025 13:06:04 +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 2EE1CE07D8 for ; Fri, 10 Jan 2025 13:06:04 +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 4115533BDFF for ; Fri, 10 Jan 2025 13:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61D491D63 for ; Fri, 10 Jan 2025 13:06:01 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1736513731.b235c6e38867a08a32f0175c7105d9a92b1949c1.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/foot/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/foot/foot-1.20.1-r1.ebuild gui-apps/foot/foot-1.20.1.ebuild X-VCS-Directories: gui-apps/foot/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: b235c6e38867a08a32f0175c7105d9a92b1949c1 X-VCS-Branch: master Date: Fri, 10 Jan 2025 13:06:01 +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: 621a8b20-f409-4c88-9906-e5b417f1c646 X-Archives-Hash: 5afd31d3a186e49d383332118115c95c commit: b235c6e38867a08a32f0175c7105d9a92b1949c1 Author: Arsen Arsenović gentoo org> AuthorDate: Fri Jan 10 12:55:04 2025 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Fri Jan 10 12:55:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b235c6e3 gui-apps/foot: depend on libutf8proc[-cjk], per upstream recommendations Signed-off-by: Arsen Arsenović gentoo.org> gui-apps/foot/{foot-1.20.1.ebuild => foot-1.20.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/foot/foot-1.20.1.ebuild b/gui-apps/foot/foot-1.20.1-r1.ebuild similarity index 98% rename from gui-apps/foot/foot-1.20.1.ebuild rename to gui-apps/foot/foot-1.20.1-r1.ebuild index 970ad3152ef5..1f184cc3a99b 100644 --- a/gui-apps/foot/foot-1.20.1.ebuild +++ b/gui-apps/foot/foot-1.20.1-r1.ebuild @@ -24,7 +24,7 @@ COMMON_DEPEND=" x11-libs/libxkbcommon x11-libs/pixman grapheme-clustering? ( - dev-libs/libutf8proc:= + dev-libs/libutf8proc:=[-cjk] media-libs/fcft[harfbuzz] ) "