commit: db00560cfc1d2d270537d96f9db3a38f02f36fd6 Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Tue Feb 17 22:25:49 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 18 13:38:37 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db00560c
app-shells/fish: sync live Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/83 Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/fish/fish-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index f0ed4963569d..f28fb1acfa56 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -4,7 +4,6 @@ EAPI=8 CRATES="" -RUST_MIN_VER="1.85.0" if [[ ${PV} != 9999 ]]; then declare -A GIT_CRATES=( @@ -13,6 +12,8 @@ if [[ ${PV} != 9999 ]]; then ) fi +RUST_MIN_VER="1.85.0" + inherit cargo cmake readme.gentoo-r1 xdg DESCRIPTION="Friendly Interactive SHell" @@ -37,16 +38,19 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 BSD BSD-2 CC0-1.0 GPL-2+ ISC LGPL-2+ MIT PSF-2 ZLIB" # Dependent crate licenses -LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-3.0 WTFPL-2 ZLIB" +LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB" SLOT="0" IUSE="+doc nls test" RESTRICT="!test? ( test )" BDEPEND=" + virtual/pkgconfig doc? ( dev-python/sphinx ) nls? ( sys-devel/gettext ) " +DEPEND="dev-libs/libpcre2[pcre32]" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-4.4.0-use-cargo-eclass-for-build.patch"
