commit: 5ba01ac1e184486ad4afa942103a0678bd2aec90 Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Wed Mar 26 17:37:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 15:07:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba01ac1
app-shells/fish: remove unused environment variables These were left over from syncing with the live ebuild. Closes: https://bugs.gentoo.org/951311 Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/fish/fish-4.0.1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-shells/fish/fish-4.0.1.ebuild b/app-shells/fish/fish-4.0.1.ebuild index 5d155c4ce982..38ea9817d238 100644 --- a/app-shells/fish/fish-4.0.1.ebuild +++ b/app-shells/fish/fish-4.0.1.ebuild @@ -10,7 +10,7 @@ declare -A GIT_CRATES=( [pcre2]='https://github.com/fish-shell/rust-pcre2;85b7afba1a9d9bd445779800e5bcafeb732e4421;rust-pcre2-%commit%' ) -inherit cargo cmake multiprocessing readme.gentoo-r1 xdg +inherit cargo cmake readme.gentoo-r1 xdg DESCRIPTION="Friendly Interactive SHell" HOMEPAGE="https://fishshell.com/" @@ -60,7 +60,6 @@ src_unpack() { src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" - -DCTEST_PARALLEL_LEVEL="$(makeopts_jobs)" -DINSTALL_DOCS="$(usex doc)" ) cargo_src_configure --no-default-features \ @@ -99,8 +98,6 @@ src_compile() { src_test() { local -x CARGO_TERM_COLOR=always - local -x FISH_SOURCE_DIR="${S}" - local -x FISH_FORCE_COLOR=1 local -x TEST_VERBOSE=1 cargo_env cmake_src_test -R cargo-test }
