Skip to content

Commit

Permalink
dev-libs/uchardet: support both HTTPS and git URIs in 9999.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Coacher authored and monsieurp committed Jan 3, 2017
1 parent 67d0745 commit 4fcdd1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-libs/uchardet/uchardet-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fcdd1c

Please sign in to comment.