summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 20:55:18 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 14:12:42 +0200
commitceefb8bedc870bc1135fb515f0d7ba51a6861c5d (patch)
tree01a394d64d23084117297a5d65196427dd418493 /app-emulation/winetricks/winetricks-20170614.ebuild
parentx11-misc/hsetroot: Add Debian patches. (diff)
downloadgentoo-ceefb8bedc870bc1135fb515f0d7ba51a6861c5d.tar.gz
gentoo-ceefb8bedc870bc1135fb515f0d7ba51a6861c5d.tar.bz2
gentoo-ceefb8bedc870bc1135fb515f0d7ba51a6861c5d.zip
app-emulation/winetricks: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-emulation/winetricks/winetricks-20170614.ebuild')
-rw-r--r--app-emulation/winetricks/winetricks-20170614.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/winetricks/winetricks-20170614.ebuild b/app-emulation/winetricks/winetricks-20170614.ebuild
index fcc3a154d8c1..b1e5c8b6517a 100644
--- a/app-emulation/winetricks/winetricks-20170614.ebuild
+++ b/app-emulation/winetricks/winetricks-20170614.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit gnome2-utils eutils
if [[ ${PV} == "99999999" ]] ; then
- EGIT_REPO_URI="git://github.com/Winetricks/${PN}.git"
+ EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git"
inherit git-r3
SRC_URI=""
else
@@ -21,7 +21,7 @@ SRC_URI="${SRC_URI}
kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )"
DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine"
-HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks"
+HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks"
LICENSE="LGPL-2.1+"
SLOT="0"