Diff fuse-overlayfs-1.12 with a fuse-overlayfs-1.13
/usr/portage/sys-fs/fuse-overlayfs/fuse-overlayfs-1.13.ebuild 2024-12-25 14:59:52.803270183 +0300 | ||
---|---|---|
1 |
# Copyright 2019-2023 Gentoo Authors |
|
1 |
# Copyright 2019-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit autotools |
|
6 |
inherit autotools linux-info |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="FUSE implementation for overlayfs" |
9 | 9 |
HOMEPAGE="https://github.com/containers/fuse-overlayfs" |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-3" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 arm64 ~ppc64 ~riscv" |
|
14 |
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv" |
|
15 | 15 | |
16 | 16 |
DEPEND="sys-fs/fuse:3" |
17 | 17 |
RDEPEND="${DEPEND}" |
18 | 18 |
BDEPEND="virtual/pkgconfig" |
19 | 19 | |
20 |
pkg_pretend() { |
|
21 |
kernel_is -lt 4 18 && eerror "Linux Kernel > v4.18.0 is required" && die |
|
22 |
} |
|
23 | ||
20 | 24 |
src_prepare() { |
21 | 25 |
default |
22 | 26 |
eautoreconf |