app-misc/far2l: version bump

Signed-off-by: Andrey Syutkin <syutkin@gmail.com>
This commit is contained in:
Andrey Syutkin
2024-11-18 12:47:59 +03:00
parent c07397eb70
commit fb73b27b2a
4 changed files with 30 additions and 25 deletions

View File

@@ -3,6 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
WX_GTK_VER="3.2-gtk3"
inherit cmake xdg wxwidgets
@@ -70,8 +72,6 @@ src_configure() {
-DUSEWX="$(usex wxwidgets)"
-DUSEUCD=$"$(usex chardet)"
-DCOLORER="$(usex colorer)"
# FIXME: add python plugins support
# We need pcpp for this
# -DPYTHON="$(usex python)"
-DBUILD_SHARED_LIBS=OFF
)