mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
app-misc/far2l: remove unnecessary deps
Signed-off-by: Andrey Syutkin <syutkin@gmail.com>
This commit is contained in:
@@ -36,7 +36,6 @@ RDEPEND="
|
|||||||
x11-libs/libXi
|
x11-libs/libXi
|
||||||
)
|
)
|
||||||
archive? (
|
archive? (
|
||||||
dev-libs/libpcre2
|
|
||||||
app-arch/libarchive
|
app-arch/libarchive
|
||||||
)
|
)
|
||||||
chardet? ( app-i18n/uchardet )
|
chardet? ( app-i18n/uchardet )
|
||||||
@@ -72,10 +71,10 @@ src_configure() {
|
|||||||
-DUSEWX="$(usex wxwidgets)"
|
-DUSEWX="$(usex wxwidgets)"
|
||||||
-DUSEUCD=$"$(usex chardet)"
|
-DUSEUCD=$"$(usex chardet)"
|
||||||
-DCOLORER="$(usex colorer)"
|
-DCOLORER="$(usex colorer)"
|
||||||
|
# FIXME: add python plugins support
|
||||||
# -DPYTHON="$(usex python)"
|
# -DPYTHON="$(usex python)"
|
||||||
-DBUILD_SHARED_LIBS=OFF
|
-DBUILD_SHARED_LIBS=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user