mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
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:
committed by
Matthias Maier
parent
9065226953
commit
bde7b97680
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user