summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2022-08-08 17:14:11 +0200
committerSam James <sam@gentoo.org>2022-08-23 06:26:04 +0100
commit9585425dee1b396fc305b6e2467a08d1d0d301b3 (patch)
tree96ae494869a967ef8d9d3881ecec02db88b10b1b
parentmedia-video/pipewire: remove unused file (diff)
downloadgentoo-9585425d.tar.gz
gentoo-9585425d.tar.bz2
gentoo-9585425d.zip
dev-util/ropper: add .gh suffix to tagged distfiles (live)
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/ropper/ropper-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ropper/ropper-9999.ebuild b/dev-util/ropper/ropper-9999.ebuild
index 6bd50c5a169b..715beb97d20b 100644
--- a/dev-util/ropper/ropper-9999.ebuild
+++ b/dev-util/ropper/ropper-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sashs/Ropper"
else
- SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}"/Ropper-${PV}
KEYWORDS="~amd64 ~x86"