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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C40015808B for ; Sat, 12 Feb 2022 21:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2508AE0849; Sat, 12 Feb 2022 21:53:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FF8AE0849 for ; Sat, 12 Feb 2022 21:53:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6FFCC343348 for ; Sat, 12 Feb 2022 21:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E17691BD for ; Sat, 12 Feb 2022 21:52:59 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1644702379.4b2ed9721f13f0346e4d44b5551e4bc6f762568e.ionen@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.11.0-r1.ebuild gui-apps/foot/foot-1.11.0.ebuild X-VCS-Directories: gui-apps/foot/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4b2ed9721f13f0346e4d44b5551e4bc6f762568e X-VCS-Branch: master Date: Sat, 12 Feb 2022 21:52: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: 2d2b14ea-3d2a-4e7c-a2a4-ebca72336476 X-Archives-Hash: 188c4e9d20a799733065e16024083f8c commit: 4b2ed9721f13f0346e4d44b5551e4bc6f762568e Author: Leonardo Hernandez Hernandez protonmail com> AuthorDate: Fri Feb 11 22:46:58 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Feb 12 21:46:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2ed972 gui-apps/foot: fix ncurses dependency ncurses[minimal] does not install foot terminfo, so we need to change to ncurses[-minimal] Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Leonardo Hernandez Hernandez outlook.com> Signed-off-by: Ionen Wolkens gentoo.org> gui-apps/foot/{foot-1.11.0.ebuild => foot-1.11.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/foot/foot-1.11.0.ebuild b/gui-apps/foot/foot-1.11.0-r1.ebuild similarity index 96% rename from gui-apps/foot/foot-1.11.0.ebuild rename to gui-apps/foot/foot-1.11.0-r1.ebuild index e70cf3b961c9..943f0dcfc9eb 100644 --- a/gui-apps/foot/foot-1.11.0.ebuild +++ b/gui-apps/foot/foot-1.11.0-r1.ebuild @@ -34,7 +34,7 @@ DEPEND=" RDEPEND=" ${COMMON_DEPEND} || ( - >=sys-libs/ncurses-6.3 + >=sys-libs/ncurses-6.3[-minimal] ~gui-apps/foot-terminfo-${PV} ) "