diff options
Diffstat (limited to 'app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild')
-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 |