Diff mcomix-3.0.0-r1 with a mcomix-9999

/usr/portage/media-gfx/mcomix/mcomix-9999.ebuild 2023-10-09 14:52:31.636368404 +0300
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7 7
PYTHON_COMPAT=( python3_{9..12} )
8
inherit desktop distutils-r1 optfeature xdg
8
inherit desktop distutils-r1 git-r3 optfeature xdg
9 9

  
10 10
DESCRIPTION="GTK image viewer for comic book archives"
11 11
HOMEPAGE="https://mcomix.sourceforge.net"
12
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
12
EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/git"
13 13

  
14 14
LICENSE="GPL-2"
15 15
SLOT="0"
16
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
16
KEYWORDS=""
17 17
IUSE=""
18 18

  
19 19
DEPEND="${PYTHON_DEPS}"
Thank you!