From bde7b97680ff4a54e84855cfed30377fe0cc76f0 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Tue, 20 Mar 2018 19:10:35 +0100 Subject: [PATCH] app-emulation/qt-virt-manager: fix download URL Closes: https://github.com/gentoo/gentoo/pull/7523 Signed-off-by: Matthias Maier --- app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild b/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild index 11f0c5f38017f..7eb26346c9a99 100644 --- a/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild +++ b/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" KEYWORDS="" else - SRC_URI="https://github.com/F1ash/qt-virt-manager/archive/${P}.tar.gz" + SRC_URI="https://github.com/F1ash/qt-virt-manager/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="" fi