dev-lua/lunix: update to actually support 5.4
[sgilles-overlay.git] / app-text / llf / llf-0.4.ebuild
blobbd57e4ddf98fcb8c34f5fd164d29ade9831321e2
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit git-r3
8 DESCRIPTION="A LaTeX reformatter / beautifier"
9 HOMEPAGE="http://www.math.umd.edu/~sgilles"
10 EGIT_REPO_URI="https://repo.or.cz/llf.git"
11 if [[ ${PV} == 9999 ]]
12 then
14 else
15 EGIT_COMMIT="v${PV}"
16 KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 amd64-fbsd x86-fbsd"
19 LICENSE="ISC"
20 SLOT="0"
21 RDEPEND="dev-lang/lua dev-lua/wcwidth"