Diff a2jmidid-9-r1 with a a2jmidid-9999

/usr/portage/media-sound/a2jmidid/a2jmidid-9999.ebuild 2023-10-09 14:52:31.764368407 +0300
6 6
PYTHON_COMPAT=( python3_{9..11} )
7 7
PYTHON_REQ_USE="threads(+)"
8 8

  
9
inherit meson python-single-r1
9
inherit meson python-single-r1 git-r3
10 10

  
11 11
DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system"
12 12
HOMEPAGE="https://github.com/jackaudio/a2jmidid"
13
SRC_URI="https://github.com/jackaudio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
13
EGIT_REPO_URI="https://github.com/jackaudio/a2jmidid.git"
14 14

  
15 15
LICENSE="GPL-2"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~arm x86"
17
KEYWORDS=""
18 18
IUSE="dbus python"
19 19
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
20 20

  
Thank you!