sys-fs/fuse-overlayfs - 1.17 (gentoo)

Search

Install

Install this version:

emerge -a =sys-fs/fuse-overlayfs-1.17

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

autounmask =sys-fs/fuse-overlayfs-1.17

Or alternatively:

emerge --autounmask-write -a =sys-fs/fuse-overlayfs-1.17

Package Information

Description:
FUSE implementation for overlayfs
Homepage:
https://github.com/containers/fuse-overlayfs
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.17 8 ~amd64 ~arm64 ~loong ~ppc64 ~riscv 0
View Raw Ebuild
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools linux-info

DESCRIPTION="FUSE implementation for overlayfs"
HOMEPAGE="https://github.com/containers/fuse-overlayfs"
SRC_URI="https://github.com/containers/fuse-overlayfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv"

DEPEND="sys-fs/fuse:3="
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

pkg_pretend() {
	kernel_is -lt 4 18 && eerror "Linux Kernel > v4.18.0 is required" && die
}

src_prepare() {
	default
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

sys-fs/fuse:3=

RDEPEND

sys-fs/fuse:3=

BDEPEND

virtual/pkgconfig

Manifest for 1.17

Type File Size Source URLs
DIST fuse-overlayfs-1.17.tar.gz 134736 bytes https://github.com/containers/fuse-overlayfs/archive/v1.17.tar.gz