mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 01:21:02 +02:00
sys-fs/fuse-overlayfs: Sync with Gentoo
It's from Gentoo commit cf11b56076449e4b2dd8ec7c72fc0b15135a0584. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
41e211c21a
commit
2ff7701756
@ -1 +1,2 @@
|
||||
DIST fuse-overlayfs-1.14.tar.gz 102564 BLAKE2B 9c4960bb82be68d545989adffda3c95d06a809692827ad2cf6e0eaa646860bb49ba2e91af88f634740714acb75f2f154b3781cfdd154003d4976e8cc123ed797 SHA512 e0c50abffb7b71248ed4d7b8663f21bab4bf358682dece3a0c9f1480f142532471e139f041759dd8bd24807c7369537a5d86efc01617a17172463bd1c3870623
|
||||
DIST fuse-overlayfs-1.15.tar.gz 117336 BLAKE2B b21a1fc9bfdf7655782fed6e4fb36f9851d8c78b18e2fa87e30ccb9dc041d98030a1ceffe4360f1b9f4e66e2de74c069c45684b0b264f2d40f3671270b746001 SHA512 6da1094216e4f6ddbc8e1cf1b1a0ebb6a8902920c73c7fb0dfc4c23f5a3ff6f14430156f5914ac021e6b84c3d8425e006e45734dac3dcc26fce414155f3db370
|
||||
|
27
sdk_container/src/third_party/portage-stable/sys-fs/fuse-overlayfs/fuse-overlayfs-1.15.ebuild
vendored
Normal file
27
sdk_container/src/third_party/portage-stable/sys-fs/fuse-overlayfs/fuse-overlayfs-1.15.ebuild
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 2019-2025 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user