diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/uchardet/uchardet-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild index c5aa9c364243..2d53e33d7c36 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" |