Diff panini-0.73.0 with a panini-0.73.0-r1

/usr/portage/media-gfx/panini/panini-0.73.0-r1.ebuild 2023-10-09 14:52:31.640368404 +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
inherit desktop qmake-utils xdg-utils
7 7

  
......
29 29

  
30 30
DOCS=( NEWS {BUILD,README,USAGE}.md )
31 31

  
32
PATCHES=(
33
	"${FILESDIR}"/${PN}-0.73.0-drop-register.patch
34
)
35

  
32 36
src_prepare() {
33 37
	default
34 38
	eqmake5 ${PN}.pro
Thank you!