Diff edid-decode-0_pre20230131 with a edid-decode-9999

/usr/portage/sys-apps/edid-decode/edid-decode-9999.ebuild 2023-10-09 14:52:35.368368498 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit toolchain-funcs
6
inherit git-r3 toolchain-funcs
7 7

  
8
EGIT_COMMIT="915b0ce5329f417d2c3f84ddab3d443dd0e01b61"
9
MY_P="${PN}-${EGIT_COMMIT}"
8
EGIT_REPO_URI="https://git.linuxtv.org/${PN}.git"
10 9

  
11 10
DESCRIPTION="Decode EDID data in a human-readable format"
12 11
HOMEPAGE="https://git.linuxtv.org/edid-decode.git/"
13
SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.gz"
14
S="${WORKDIR}/${MY_P}"
15 12

  
16
KEYWORDS="amd64 ~arm64 x86"
13
KEYWORDS=""
17 14
LICENSE="MIT"
18 15
SLOT="0"
19 16
IUSE="examples"
Thank you!