app-emulation/qt-virt-manager: fix download URL

Closes: https://github.com/gentoo/gentoo/pull/7523
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Francesco Turco
2018-03-20 19:10:35 +01:00
committed by Matthias Maier
parent 9065226953
commit bde7b97680

View File

@@ -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