summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 11:31:18 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:46:59 +0200
commit2be961fcd8f5668cedc5b5a379363bd58d214011 (patch)
tree2c50d21883381dea0c8b15ee811bde364b9fae21 /app-portage/g-cpan/g-cpan-0.16.6.ebuild
parentapp-portage/euscan: use HTTPS for GitHub, replace defunct HOMEPAGE (diff)
downloadgentoo-2be961fcd8f5668cedc5b5a379363bd58d214011.tar.gz
gentoo-2be961fcd8f5668cedc5b5a379363bd58d214011.tar.bz2
gentoo-2be961fcd8f5668cedc5b5a379363bd58d214011.zip
app-portage/g-cpan: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-portage/g-cpan/g-cpan-0.16.6.ebuild')
-rw-r--r--app-portage/g-cpan/g-cpan-0.16.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
index c4ab4d243225..876c6180f0f3 100644
--- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
+ EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
inherit git-r3
SRC_URI=""
else