app-misc/ledit: follow ebuild skel
authorJoonas Niilola <juippis@gentoo.org>
Wed, 1 Apr 2020 13:40:44 +0000 (16:40 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 1 Apr 2020 14:37:33 +0000 (17:37 +0300)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
app-misc/ledit/ledit-2.04.ebuild

index e987e9a7848a52c4976c61b74655bf6b01dbdcc9..2236980b1f7ed72ed9fb45843eff34485fe736c6 100644 (file)
@@ -4,13 +4,14 @@
 EAPI=7
 
 DESCRIPTION="A line editor to be used with interactive commands"
-SRC_URI="http://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz"
 HOMEPAGE="http://pauillac.inria.fr/~ddr/ledit/"
+SRC_URI="http://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="+ocamlopt"
+
 RESTRICT="installsources !ocamlopt? ( strip )"
 
 DEPEND=">=dev-lang/ocaml-3.09:=[ocamlopt?]