dev-util/mise - 2026.4.10 (jaredallard)

Search

Install

Install this version:

emerge -a =dev-util/mise-2026.4.10

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/mise-2026.4.10

Or alternatively:

emerge --autounmask-write -a =dev-util/mise-2026.4.10

Package Information

Description:
The front-end to your dev env
Homepage:
https://mise.jdx.dev
License:
MIT Apache-2.0 BSD-2 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-3.0 ZLIB BZIP2 || ( CC0-1.0 MIT-0 )

Ebuild Details

Version EAPI Keywords Slot
2026.4.10 8 amd64 arm64 x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Autogenerated by pycargoebuild 0.13.2

EAPI=8

CRATES="
"

inherit cargo

DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="
https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
https://gentoo.rgst.io/updater_artifacts/${CATEGORY}/${PN}/${PV}/crates.tar.xz -> crates-${PV}.tar.xz
${CARGO_CRATE_URIS}"

LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
	Apache-2.0 BSD-2 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl
	Unicode-3.0 ZLIB BZIP2
	|| ( CC0-1.0 MIT-0 )
"
RUST_MIN_VER="1.85.0"
BDEPEND="
virtual/pkgconfig
dev-libs/openssl
app-arch/zstd
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

src_configure() {
	export OPENSSL_NO_VENDOR=1
	export ZSTD_SYS_USE_PKG_CONFIG=1

	cargo_src_configure
}

Inherited Eclasses

Dependencies

BDEPEND

virtual/pkgconfig
dev-libs/openssl
app-arch/zstd

Manifest for 2026.4.10

Type File Size Source URLs
DIST crates-2026.4.10.tar.xz 77695096 bytes https://gentoo.rgst.io/updater_artifacts//mise/2026.4.10/crates.tar.xz
DIST v2026.4.10.tar.gz 6750969 bytes https://github.com/jdx/mise/archive/refs/tags/v2026.4.10.tar.gz