summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Privoznik <michal.privoznik@gmail.com>2024-11-29 04:57:54 +0100
committerSam James <sam@gentoo.org>2024-11-29 05:53:40 +0000
commitb84eacaae940fcf16ce5c5ae5234d281f8297931 (patch)
treec3537a31f6a51055249aa252ca012eb5803cee52 /app-emulation
parentmedia-video/ffmpeg-chromium: stabilize 130 for amd64, arm64 (diff)
downloadgentoo-b84eacaae940fcf16ce5c5ae5234d281f8297931.tar.gz
gentoo-b84eacaae940fcf16ce5c5ae5234d281f8297931.tar.bz2
gentoo-b84eacaae940fcf16ce5c5ae5234d281f8297931.zip
app-emulation/virt-manager: Update SRC_URI in live ebuild
Ever since virt-manager switched to meson, the dist tar is compressed using xz not gz. This is why the URI for downloading new release changed [1]. Update SRC_URI in the live ebuild. 1: https://github.com/virt-manager/virt-manager-web/commit/845d874c8f79e43ee3c9c15a0ef67ee284f9d117 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/virt-manager/virt-manager-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
index 054d03a48f7f..d31e6ccd1906 100644
--- a/app-emulation/virt-manager/virt-manager-9999.ebuild
+++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
SRC_URI=""
inherit git-r3
else
- SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz"
+ SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi