dev-python/PyQt5: version bump
[gentoo.git] / skel.ebuild
index 1e973658c95865d7f4d94c29f651a6726f8d641e..44ebb513a14b2033a061b1f2792d4e8964da6857 100644 (file)
@@ -36,7 +36,7 @@ inherit eutils
 DESCRIPTION="This is a sample skeleton ebuild file"
 
 # Homepage, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://foo.example.org/"
+HOMEPAGE="https://foo.example.org/"
 
 # Point to any required sources; these will be automatically downloaded by
 # Portage.
@@ -130,7 +130,7 @@ RDEPEND="${DEPEND}"
        #       --mandir=/usr/share/man || die
        # Note the use of --infodir and --mandir, above. This is to make
        # this package FHS 2.2-compliant.  For more information, see
-       #   http://www.pathname.com/fhs/
+       #   https://www.pathname.com/fhs/
 #}
 
 # The following src_compile function is implemented as default by portage, so