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

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

  
4 4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs
7 7

  
8
EGIT_COMMIT="cb74358c289650322d91af60cb48a9d984509fd2"
8
EGIT_COMMIT="915b0ce5329f417d2c3f84ddab3d443dd0e01b61"
9 9
MY_P="${PN}-${EGIT_COMMIT}"
10 10

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

  
16 16
KEYWORDS="amd64 ~arm64 x86"
Thank you!