projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d0745
)
dev-libs/uchardet: support both HTTPS and git URIs in 9999.
author
Ilya Tumaykin
<itumaykin@gmail.com>
Fri, 30 Dec 2016 13:42:21 +0000
(16:42 +0300)
committer
Patrice Clement
<monsieurp@gentoo.org>
Tue, 3 Jan 2017 23:06:01 +0000
(
00:06
+0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/uchardet/uchardet-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/uchardet/uchardet-9999.ebuild
b/dev-libs/uchardet/uchardet-9999.ebuild
index c5aa9c364243344780fe39cd2cf56524fe4d7f7f..2d53e33d7c3668cf94be41d54c3315beaef5d9fa 100644
(file)
--- 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"