commit: 1708cb02a9a18e16ec2df7d1954aec4b97f5d0d2
Author: Andrey Syutkin <syutkin <AT> gmail <DOT> com>
AuthorDate: Sun Dec 1 12:40:04 2024 +0000
Commit: Andrey Syutkin <syutkin <AT> gmail <DOT> 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 <syutkin <AT> 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
}