Diff mirage2iso-0.4.2-r1 with a mirage2iso-9999

/usr/portage/app-cdr/mirage2iso/mirage2iso-9999.ebuild 2023-10-09 14:52:28.212368318 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools git-r3
7

  
6 8
DESCRIPTION="CD/DVD image converter using libmirage"
7 9
HOMEPAGE="https://github.com/projg2/mirage2iso/"
8
SRC_URI="
9
	https://github.com/projg2/${PN}/releases/download/v${PV}/${P}.tar.xz
10
	test? ( https://github.com/projg2/${PN}/releases/download/v${PV}/${P}-tests.tar.xz )"
10
EGIT_REPO_URI="https://github.com/projg2/mirage2iso.git"
11 11

  
12 12
LICENSE="BSD"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
15 14
IUSE="pinentry test"
16 15
RESTRICT="!test? ( test )"
17 16

  
......
23 22
	pinentry? ( app-crypt/pinentry )"
24 23
BDEPEND="virtual/pkgconfig"
25 24

  
25
src_prepare() {
26
	default
27
	eautoreconf
28
}
29

  
26 30
src_configure() {
27 31
	econf $(use_with pinentry libassuan)
28 32
}
Thank you!