dev-perl/mecab-perl: use HTTPS for links to dev.gentoo.org

This commit is contained in:
Francesco Turco
2017-09-03 18:05:16 +02:00
committed by Michał Górny
parent 976b1d70a8
commit 6bb0e6aa44

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ inherit perl-module
DESCRIPTION="Perl binding for MeCab"
# HOMEPAGE="http://mecab.sourceforge.net/" dead project, no homepage found anymore
SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
SLOT="0"