commit:     4fcdd1c604f604bffd2d513181a0a2f206ef966f
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Dec 30 13:42:21 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 23:06:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcdd1c6

dev-libs/uchardet: support both HTTPS and git URIs in 9999.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/uchardet/uchardet-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-9999.ebuild 
b/dev-libs/uchardet/uchardet-9999.ebuild
index c5aa9c3..2d53e33 100644
--- a/dev-libs/uchardet/uchardet-9999.ebuild
+++ b/dev-libs/uchardet/uchardet-9999.ebuild
@@ -8,7 +8,10 @@ inherit cmake-utils git-r3
 
 DESCRIPTION="An encoding detector library"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/";
-EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}"
+EGIT_REPO_URI=(
+       https://anongit.freedesktop.org/git/${PN}/${PN}.git
+       git://anongit.freedesktop.org/${PN}/${PN}
+)
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"

Reply via email to