app-text/llf: try https://, fall back to git://
[sgilles-overlay.git] / app-text / llf / llf-9999.ebuild
blob65fa3738c1ddbf2bdc9d016898bab44394c3be20
1 EAPI=6
3 inherit eutils git-r3
5 DESCRIPTION="A LaTeX reformatter / beautifier"
6 HOMEPAGE="http://www.math.umd.edu/~sgilles"
7 EGIT_REPO_URI="https://repo.or.cz/llf.git git://repo.or.cz/llf.git"
8 if [[ ${PV} == 9999 ]]
9 then
11 else
12 EGIT_COMMIT="v${PV}"
13 KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 amd64-fbsd x86-fbsd"
16 LICENSE="ISC"
17 SLOT="0"
18 RDEPEND="dev-lang/lua dev-lua/wcwidth"