diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-22 23:46:28 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-22 23:48:39 +0300 |
commit | 1061d67cb62a7606410204cc4439653610a7efc7 (patch) | |
tree | d20514146f3a145fe94bdc40a2f8fdb41a02ee5a /eclass | |
parent | net-libs/mbedtls: version bump to 2.16.0 (diff) | |
download | gentoo-1061d67cb62a7606410204cc4439653610a7efc7.tar.gz gentoo-1061d67cb62a7606410204cc4439653610a7efc7.tar.bz2 gentoo-1061d67cb62a7606410204cc4439653610a7efc7.zip |
eclass: perl-module.eclass enable https for EAPI >5
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index a6f56fe9e1b0..20b9947caca9 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -175,7 +175,7 @@ else [[ -z "${SRC_URI}" && -n "${DIST_AUTHOR}" ]] && \ SRC_URI="mirror://cpan/authors/id/${DIST_AUTHOR:0:1}/${DIST_AUTHOR:0:2}/${DIST_AUTHOR}/${DIST_SECTION:+${DIST_SECTION}/}${DIST_A}" [[ -z "${HOMEPAGE}" ]] && \ - HOMEPAGE="http://metacpan.org/release/${DIST_NAME}" + HOMEPAGE="https://metacpan.org/release/${DIST_NAME}" [[ -z "${DIST_EXAMPLES}" ]] || IUSE+=" examples" fi |