From 2712c2afa79ade175e7c8e336bb453fad93c601b Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 12 Jan 2026 07:17:24 +0000 Subject: [PATCH] sys-fs/fuse-common: Sync with Gentoo It's from Gentoo commit 547090cf1b1ccb491396154624d268aad568e73d. Signed-off-by: Flatcar Buildbot --- .../fuse-common/fuse-common-3.10.4-r2.ebuild | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild new file mode 100644 index 0000000000..b699cca528 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tmpfiles udev + +MY_P=fuse-${PV} +DESCRIPTION="Common files for multiple slots of sys-fs/fuse" +HOMEPAGE="https://github.com/libfuse/libfuse" +SRC_URI="https://github.com/libfuse/libfuse/releases/download/${MY_P}/${MY_P}.tar.xz" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + +BDEPEND="virtual/pkgconfig" +RDEPEND=" + acct-group/cuse + !