Diff libplatform-2.1.0.1-r2 with a libplatform-9999

/usr/portage/dev-libs/libplatform/libplatform-9999.ebuild 2025-08-25 18:21:08.120341886 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11
DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi"
12 12
HOMEPAGE="https://github.com/Pulse-Eight/platform"
13 13

  
14
LICENSE="GPL-2+"
15
SLOT="0"
16
IUSE=""
17

  
18 14
if [[ ${PV} == *9999 ]] ; then
19 15
	EGIT_REPO_URI="https://github.com/Pulse-Eight/${MY_PN}.git"
20 16
	inherit git-r3
21 17
else
22 18
	SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
23 19
	S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"
24
	KEYWORDS="amd64 ~arm arm64 ~riscv x86"
20
	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
25 21
fi
22

  
23
LICENSE="GPL-2+"
24
SLOT="0"
Thank you!