diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-02-12 10:52:15 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-02-12 10:52:15 +0000 |
commit | f2ccd71847a56df447bc3ea17c413872d09ac39f (patch) | |
tree | b6be75cda56b8877c1a729ae512c8dd401fff367 /sys-apps/edid-decode | |
parent | app-pda/libusbmuxd: fix configure breakage with clang-16 (diff) | |
download | gentoo-f2ccd71847a56df447bc3ea17c413872d09ac39f.tar.gz gentoo-f2ccd71847a56df447bc3ea17c413872d09ac39f.tar.bz2 gentoo-f2ccd71847a56df447bc3ea17c413872d09ac39f.zip |
sys-apps/edid-decode: Fix SRC_URI for 0_pre20230131
Sorry, hadn't noticed that ConiKost uses a different path in his devspace.
Closes: https://bugs.gentoo.org/894026
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-apps/edid-decode')
-rw-r--r-- | sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild index 985b57699fa3..76dd496bae09 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}-${EGIT_COMMIT}" DESCRIPTION="Decode EDID data in a human-readable format" HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" -SRC_URI="https://dev.gentoo.org/~chewi/files/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}.tar.gz" S="${WORKDIR}/${MY_P}" KEYWORDS="amd64 ~arm64 x86" |