Diff denemo-2.6.0-r2 with a denemo-2.6.0-r3

/usr/portage/media-sound/denemo/denemo-2.6.0-r3.ebuild 2023-10-09 14:52:31.772368408 +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 autotools eapi8-dosym font xdg
6
inherit autotools font xdg
7 7

  
8 8
DESCRIPTION="A music notation editor"
9 9
HOMEPAGE="http://www.denemo.org/"
......
11 11

  
12 12
LICENSE="GPL-3+ OFL-1.1"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15 15

  
16 16
# configure options currently not used:
17 17
# --enable-mem(no) memory debugging: needs Electric fence (efence), which
......
60 60
	nls? ( >=sys-devel/gettext-0.19.8.1 )
61 61
"
62 62

  
63
PATCHES=( "${FILESDIR}"/${PN}-2.6.0-respect-user-CFLAGS.patch )
63 64
DOCS=( AUTHORS ChangeLog docs/{DESIGN{,.lilypond},GOALS,TODO} NEWS )
64 65

  
65 66
src_prepare() {
......
113 114
	dodir /usr/share/doc/${PF}/html
114 115
	local f
115 116
	for f in denemo-manual.html denemo.css images; do
116
		dosym8 -r /usr/share/denemo/manual/"${f}" /usr/share/doc/${PF}/html/"${f}"
117
		dosym -r /usr/share/denemo/manual/"${f}" /usr/share/doc/${PF}/html/"${f}"
117 118
	done
118 119
}
119 120

  
Thank you!