Diff spacefm-1.0.6-r1 with a spacefm-1.0.6-r2

/usr/portage/x11-misc/spacefm/spacefm-1.0.6-r2.ebuild 2023-10-09 14:52:35.948368513 +0300
1 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
inherit linux-info optfeature xdg
6
inherit autotools linux-info optfeature xdg
7 7

  
8 8
DESCRIPTION="A multi-panel tabbed file manager"
9 9
HOMEPAGE="https://ignorantguru.github.io/spacefm/"
......
41 41
PATCHES=(
42 42
	"${FILESDIR}"/${PN}-9999-include-sysmacros.patch
43 43
	"${FILESDIR}"/${PN}-fno-common.patch
44
	"${FILESDIR}"/${PN}-dash.patch #891181
44 45
)
45 46

  
47
src_prepare() {
48
	default
49
	eautoreconf
50
}
51

  
46 52
src_configure() {
47 53
	econf \
48 54
		$(use_enable startup-notification) \
Thank you!