Diff gphotofs-0.5-r1 with a gphotofs-0.5-r2

/usr/portage/media-gfx/gphotofs/gphotofs-0.5-r2.ebuild 2024-12-25 14:59:49.715270105 +0300
1 1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="FUSE file system for interfacing with digital cameras using gphoto2"
7 7
HOMEPAGE="http://www.gphoto.org/"
......
19 19
BDEPEND="
20 20
	sys-devel/gettext
21 21
	virtual/pkgconfig"
22

  
23
PATCHES=(
24
	"${FILESDIR}"/${PN}-0.5-fix-build-clang16.patch
25
)
Thank you!