diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-09-27 00:48:33 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-09-27 00:48:33 -0400 |
commit | 26b941a1493e925946629c3a6b7bd54a0c53163e (patch) | |
tree | 91521d695ce07727f49be1ac35eec83afee625a0 /app-emulation | |
parent | x11-themes/mate-backgrounds: Fix inconsistent metadata.xml spacing (diff) | |
download | gentoo-26b941a1493e925946629c3a6b7bd54a0c53163e.tar.gz gentoo-26b941a1493e925946629c3a6b7bd54a0c53163e.tar.bz2 gentoo-26b941a1493e925946629c3a6b7bd54a0c53163e.zip |
app-emulation/playonlinux: change http to https where possible
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/playonlinux/playonlinux-4.2.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild index 22de8c4535bc..9d672b2952e2 100644 --- a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild +++ b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild @@ -9,7 +9,7 @@ inherit gnome2-utils python-single-r1 MY_PN="PlayOnLinux" DESCRIPTION="Set of scripts to easily install and use Windows games and software" -HOMEPAGE="http://playonlinux.com/" +HOMEPAGE="https://playonlinux.com/" SRC_URI="http://www.playonlinux.com/script_files/${MY_PN}/${PV}/${MY_PN}_${PV}.tar.gz" LICENSE="GPL-3" @@ -42,7 +42,7 @@ S="${WORKDIR}/${PN}" # It will let using LANGUAGES easily # How to deal with Microsoft Fonts installation asked every time ? # How to deal with wine version installed ? (have a better mgmt of system one) -# Look at debian pkg: http://packages.debian.org/sid/playonlinux +# Look at debian pkg: https://packages.debian.org/sid/playonlinux PATCHES=( "${FILESDIR}/${PN}-4.2.4-pol-bash.patch" |