mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
app-shells/fish: sync live ebuild
Signed-off-by: idealseal <realidealseal@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40997 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
1a1c462aff
commit
dc93d3d1b2
@ -112,7 +112,6 @@ src_configure() {
|
||||
else
|
||||
mycmakeargs+=( -DBUILD_DOCS=OFF )
|
||||
fi
|
||||
|
||||
cargo_src_configure --no-default-features --bin fish --bin fish_indent --bin fish_key_reader
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit cargo cmake python-any-r1 readme.gentoo-r1 xdg
|
||||
|
||||
@ -111,6 +111,8 @@ src_configure() {
|
||||
src_compile() {
|
||||
local -x PREFIX="${EPREFIX}/usr"
|
||||
local -x DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
|
||||
# Bug: https://bugs.gentoo.org/950699
|
||||
local -x SYSCONFDIR="${EPREFIX}/etc"
|
||||
local -x CMAKE_WITH_GETTEXT
|
||||
CMAKE_WITH_GETTEXT="$(usex nls 1 0)"
|
||||
cargo_src_compile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user