Diff pe-format-2.1.2-r1 with a pe-format-9999

/usr/portage/dev-dotnet/pe-format/pe-format-9999.ebuild 2023-10-09 14:52:29.348368347 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
inherit systemd xdg-utils
6
inherit autotools git-r3 systemd xdg-utils
7 7

  
8 8
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
9 9
HOMEPAGE="https://github.com/projg2/pe-format2/"
10
SRC_URI="https://github.com/projg2/pe-format2/releases/download/v${PV}/${P}.tar.bz2"
10
EGIT_REPO_URI="https://github.com/projg2/pe-format2.git"
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 ppc x86"
14
KEYWORDS=""
15 15
IUSE=""
16 16

  
17 17
DEPEND="dev-util/desktop-file-utils"
18 18

  
19
src_prepare() {
20
	default
21
	eautoreconf
22
}
23

  
19 24
src_configure() {
20 25
	local myconf=(
21 26
		--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
Thank you!