commit: bde7b97680ff4a54e84855cfed30377fe0cc76f0 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Tue Mar 20 18:10:35 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Mar 22 14:33:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde7b976
app-emulation/qt-virt-manager: fix download URL Closes: https://github.com/gentoo/gentoo/pull/7523 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> 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 11f0c5f3801..7eb26346c9a 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
