Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qt-virt-manager/
Date: Thu, 22 Mar 2018 14:33:54
Message-Id: 1521729202.bde7b97680ff4a54e84855cfed30377fe0cc76f0.tamiko@gentoo
1 commit: bde7b97680ff4a54e84855cfed30377fe0cc76f0
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Mar 20 18:10:35 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 14:33:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde7b976
7
8 app-emulation/qt-virt-manager: fix download URL
9
10 Closes: https://github.com/gentoo/gentoo/pull/7523
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild b/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild
17 index 11f0c5f3801..7eb26346c9a 100644
18 --- a/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild
19 +++ b/app-emulation/qt-virt-manager/qt-virt-manager-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
27 SRC_URI=""
28 KEYWORDS=""
29 else
30 - SRC_URI="https://github.com/F1ash/qt-virt-manager/archive/${P}.tar.gz"
31 + SRC_URI="https://github.com/F1ash/qt-virt-manager/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 KEYWORDS=""
33 fi