Diff telepathy-qt-0.9.8-r2 with a telepathy-qt-9999

/usr/portage/net-libs/telepathy-qt/telepathy-qt-9999.ebuild 2023-10-09 14:52:34.604368479 +0300
5 5

  
6 6
PYTHON_COMPAT=( python3_{9..11} )
7 7
PYTHON_REQ_USE="xml(+)"
8

  
9
if [[ ${PV} == *9999* ]]; then
10
	EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}" )
11
	inherit git-r3
12
else
13
	SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
14
	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
15
fi
8 16
inherit python-any-r1 cmake virtualx
9 17

  
10 18
DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
11
HOMEPAGE="https://telepathy.freedesktop.org/"
12
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
19
HOMEPAGE="https://telepathy.freedesktop.org/ https://github.com/TelepathyIM/telepathy-qt/"
13 20

  
14 21
LICENSE="LGPL-2.1"
15 22
SLOT="0"
16
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
17 23
IUSE="debug farstream test"
18 24

  
19 25
REQUIRED_USE="test? ( farstream )"
......
46 52
	)
47 53
"
48 54

  
49
PATCHES=( "${FILESDIR}/${P}-fix-tests-finding-glib-2.patch" )
50

  
51 55
python_check_deps() {
52 56
	use test || return 0
53 57
	python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
Thank you!