Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
Date: Tue, 03 Jan 2017 23:07:31
Message-Id: 1483484761.4fcdd1c604f604bffd2d513181a0a2f206ef966f.monsieurp@gentoo
1 commit: 4fcdd1c604f604bffd2d513181a0a2f206ef966f
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 30 13:42:21 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 23:06:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcdd1c6
7
8 dev-libs/uchardet: support both HTTPS and git URIs in 9999.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/uchardet/uchardet-9999.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild
16 index c5aa9c3..2d53e33 100644
17 --- a/dev-libs/uchardet/uchardet-9999.ebuild
18 +++ b/dev-libs/uchardet/uchardet-9999.ebuild
19 @@ -8,7 +8,10 @@ inherit cmake-utils git-r3
20
21 DESCRIPTION="An encoding detector library"
22 HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
23 -EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}"
24 +EGIT_REPO_URI=(
25 + https://anongit.freedesktop.org/git/${PN}/${PN}.git
26 + git://anongit.freedesktop.org/${PN}/${PN}
27 +)
28
29 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
30 SLOT="0"