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 760081581F3 for ; Sun, 1 Dec 2024 12:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF9C3E07EE; Sun, 1 Dec 2024 12:42:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B081E07EE for ; Sun, 1 Dec 2024 12:42:22 +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 1E914340C7F for ; Sun, 1 Dec 2024 12:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02FB2AED for ; Sun, 1 Dec 2024 12:42:19 +0000 (UTC) From: "Andrey Syutkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Syutkin" Message-ID: <1733056804.1708cb02a9a18e16ec2df7d1954aec4b97f5d0d2.syutkin@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/far2l/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/far2l/far2l-9999.ebuild X-VCS-Directories: app-misc/far2l/ X-VCS-Committer: syutkin X-VCS-Committer-Name: Andrey Syutkin X-VCS-Revision: 1708cb02a9a18e16ec2df7d1954aec4b97f5d0d2 X-VCS-Branch: dev Date: Sun, 1 Dec 2024 12:42:19 +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: 726d3d01-5180-4350-9d9b-4de9b0e2f61f X-Archives-Hash: 4a2b6c430befa5a8c015a157f753b9c2 commit: 1708cb02a9a18e16ec2df7d1954aec4b97f5d0d2 Author: Andrey Syutkin gmail com> AuthorDate: Sun Dec 1 12:40:04 2024 +0000 Commit: Andrey Syutkin gmail com> CommitDate: Sun Dec 1 12:40:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1708cb02 app-misc/far2l: remove unnecessary deps Signed-off-by: Andrey Syutkin gmail.com> app-misc/far2l/far2l-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild index 8fafefc45..56eb9c15f 100644 --- a/app-misc/far2l/far2l-9999.ebuild +++ b/app-misc/far2l/far2l-9999.ebuild @@ -36,7 +36,6 @@ RDEPEND=" x11-libs/libXi ) archive? ( - dev-libs/libpcre2 app-arch/libarchive ) chardet? ( app-i18n/uchardet ) @@ -72,10 +71,10 @@ src_configure() { -DUSEWX="$(usex wxwidgets)" -DUSEUCD=$"$(usex chardet)" -DCOLORER="$(usex colorer)" +# FIXME: add python plugins support # -DPYTHON="$(usex python)" -DBUILD_SHARED_LIBS=OFF ) - cmake_src_configure }