diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-03-20 19:10:35 +0100 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-03-22 09:33:22 -0500 |
commit | bde7b97680ff4a54e84855cfed30377fe0cc76f0 (patch) | |
tree | ce567322381c1a6b22a1ef77542a8166edede35c /app-emulation | |
parent | net-analyzer/nmap: amd64 stable wrt bug #651118 (diff) | |
download | gentoo-bde7b97680ff4a54e84855cfed30377fe0cc76f0.tar.gz gentoo-bde7b97680ff4a54e84855cfed30377fe0cc76f0.tar.bz2 gentoo-bde7b97680ff4a54e84855cfed30377fe0cc76f0.zip |
app-emulation/qt-virt-manager: fix download URL
Closes: https://github.com/gentoo/gentoo/pull/7523
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild | 4 |
1 files 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 11f0c5f38017..7eb26346c9a9 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 |