sys-apps/beadm - 9999 (linux-be)

Search

Install

Install this version:

emerge -a =sys-apps/beadm-9999

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

autounmask =sys-apps/beadm-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/beadm-9999

Package Information

Description:
A library and a utility for managing Boot Environments
Homepage:
https://gitlab.com/linux-be/zfs
License:
CDDL

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="A library and a utility for managing Boot Environments"
HOMEPAGE="https://gitlab.com/linux-be/zfs"

inherit git-r3
EGIT_REPO_URI="https://gitlab.com/linux-be/zfs.git"

LICENSE="CDDL"
SLOT="0"
IUSE="test-suite"

DEPEND="sys-fs/zfs[test-suite?]
	sys-apps/util-linux
"

RDEPEND="${DEPEND}"

RESTRICT="test"

src_configure() {
	local emesonargs=(
		$(meson_use test-suite install_tests)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/beadm | euse -E <flag> -p sys-apps/beadm | euse -D <flag> -p sys-apps/beadm

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

sys-fs/zfs[test-suite?]
	sys-apps/util-linux

RDEPEND

sys-fs/zfs[test-suite?]
	sys-apps/util-linux