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 04BB91580E0 for ; Sat, 31 May 2025 21:08:05 +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 DB9B934310E for ; Sat, 31 May 2025 21:08:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 078A71102CD; Sat, 31 May 2025 21:08:00 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F12411102CD for ; Sat, 31 May 2025 21:07:59 +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 AE7B23430C3 for ; Sat, 31 May 2025 21:07:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 279E728EB for ; Sat, 31 May 2025 21:07:58 +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: <1748725631.1e6027d05c7a86016e29af9f9bf72a0b4c26c4c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vifm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/vifm/vifm-9999.ebuild X-VCS-Directories: app-misc/vifm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e6027d05c7a86016e29af9f9bf72a0b4c26c4c9 X-VCS-Branch: master Date: Sat, 31 May 2025 21:07:58 +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: 6459e4f0-4e61-4714-b036-ad58afcc4b08 X-Archives-Hash: edb008c3e53fd824cbbf320878d10cc4 commit: 1e6027d05c7a86016e29af9f9bf72a0b4c26c4c9 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 31 19:51:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 31 21:07:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6027d0 app-misc/vifm: update live Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42375 Closes: https://github.com/gentoo/gentoo/pull/42375 Signed-off-by: Sam James gentoo.org> app-misc/vifm/vifm-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/vifm/vifm-9999.ebuild b/app-misc/vifm/vifm-9999.ebuild index 760751eb0f82..ba5123b37f3d 100644 --- a/app-misc/vifm/vifm-9999.ebuild +++ b/app-misc/vifm/vifm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,12 +17,12 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="+extended-keys gtk +magic +vim +vim-syntax X" +IUSE="+extended-keys glib +magic +vim +vim-syntax X" DEPEND=" >=sys-libs/ncurses-5.9-r3:= + glib? ( dev-libs/glib:2 ) magic? ( sys-apps/file ) - gtk? ( x11-libs/gtk+:2 ) X? ( x11-libs/libX11 ) " RDEPEND=" @@ -46,7 +46,7 @@ src_configure() { --disable-werror \ $(use_enable extended-keys) \ $(use_with magic libmagic) \ - $(use_with gtk) \ + $(use_with glib) \ $(use_with X X11) }