commit: a78e79f8783c2c61f9fa39c708ad9d6a6f9111f2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sun Sep 3 16:07:42 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 6 20:52:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78e79f8
dev-php/pecl-ncurses: use HTTPS for links to dev.gentoo.org dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r3.ebuild b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r3.ebuild index c38a49f3112..b0c95e716e3 100644 --- a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r3.ebuild +++ b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r3.ebuild @@ -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=6 @@ -7,7 +7,7 @@ USE_PHP="php5-6 php7-0" inherit php-ext-pecl-r3 -SRC_URI+=" http://dev.gentoo.org/~grknight/distfiles/${P}-php7.patch.xz" +SRC_URI+=" https://dev.gentoo.org/~grknight/distfiles/${P}-php7.patch.xz" DESCRIPTION="Terminal screen handling and optimization package"