Diff xournal-0.4.8.2016-r1 with a xournal-9999

/usr/portage/app-text/xournal/xournal-9999.ebuild 2023-10-09 14:52:28.904368335 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
13 13
	unset SRC_URI
14 14
else
15
	KEYWORDS="amd64 ~ppc64 ~x86"
15
	KEYWORDS="~amd64 ~ppc64 ~x86"
16 16
	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
17 17
fi
18 18

  
......
42 42
"
43 43
BDEPEND="virtual/pkgconfig"
44 44

  
45
PATCHES=(
46
	"${FILESDIR}/${PN}"-0.4.8-c99-fix.patch
47
)
48

  
49 45
src_prepare() {
50 46
	default
51 47

  
Thank you!