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

/usr/portage/media-gfx/gphotofs/gphotofs-0.5-r2.ebuild 2023-10-09 14:52:31.628368404 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2023 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/"
......
9 9

  
10 10
LICENSE="GPL-2"
11 11
SLOT="0"
12
KEYWORDS="amd64 x86"
12
KEYWORDS="~amd64 ~x86"
13 13

  
14 14
RDEPEND="
15 15
	dev-libs/glib:2
......
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!