diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 17:31:15 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-03-20 22:26:50 +1100 |
commit | 32a109c2679d40688d3cf9a05754347f06ff9d84 (patch) | |
tree | e7541a26c581d978a3def67efab7b3420e921fda /app-emulation/q4wine | |
parent | x11-libs/libxklavier: remove 5.3 and 5.3-r1 (diff) | |
download | gentoo-32a109c2679d40688d3cf9a05754347f06ff9d84.tar.gz gentoo-32a109c2679d40688d3cf9a05754347f06ff9d84.tar.bz2 gentoo-32a109c2679d40688d3cf9a05754347f06ff9d84.zip |
app-emulation/q4wine: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7489
Diffstat (limited to 'app-emulation/q4wine')
-rw-r--r-- | app-emulation/q4wine/q4wine-1.3.5.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/q4wine/q4wine-1.3.6-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/q4wine/q4wine-1.3.5.ebuild b/app-emulation/q4wine/q4wine-1.3.5.ebuild index 1f87c14eb0e3..576ca02429f8 100644 --- a/app-emulation/q4wine/q4wine-1.3.5.ebuild +++ b/app-emulation/q4wine/q4wine-1.3.5.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 @@ -10,7 +10,7 @@ inherit cmake-utils gnome2-utils xdg-utils MY_P=${PN}-${PV/_p/-r} DESCRIPTION="Qt GUI configuration tool for Wine" -HOMEPAGE="http://q4wine.brezblock.org.ua/" +HOMEPAGE="https://q4wine.brezblock.org.ua/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-3" diff --git a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild index 7eaab2690481..f0518b1614af 100644 --- a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild +++ b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild @@ -10,7 +10,7 @@ inherit cmake-utils gnome2-utils xdg-utils MY_P=${PN}-${PV/_p/-r} DESCRIPTION="Qt GUI configuration tool for Wine" -HOMEPAGE="http://q4wine.brezblock.org.ua/" +HOMEPAGE="https://q4wine.brezblock.org.ua/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-3" |