From 7ccefbe60cda06e82be8127bf20c23c6c7234736 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Mon, 8 Aug 2022 17:12:32 +0200 Subject: [PATCH] dev-python/filebytes: add .gh suffix to tagged distfiles (live) Signed-off-by: Mario Haustein Closes: https://github.com/gentoo/gentoo/pull/26785 Signed-off-by: Sam James --- dev-python/filebytes/filebytes-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/filebytes/filebytes-9999.ebuild b/dev-python/filebytes/filebytes-9999.ebuild index 7a845b783672e..182a1ca9417a7 100644 --- a/dev-python/filebytes/filebytes-9999.ebuild +++ b/dev-python/filebytes/filebytes-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/sashs/filebytes" else - SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="~amd64 ~x86" fi