diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ledit/ledit-2.03.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/app-misc/ledit/ledit-2.03.ebuild b/app-misc/ledit/ledit-2.03.ebuild index ecbb81e13662..0cc52ce565ac 100644 --- a/app-misc/ledit/ledit-2.03.ebuild +++ b/app-misc/ledit/ledit-2.03.ebuild @@ -4,22 +4,20 @@ EAPI=5 inherit eutils -RESTRICT="installsources" -IUSE="+ocamlopt" - 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/" +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="+ocamlopt" +RESTRICT="installsources !ocamlopt? ( strip )" + DEPEND=">=dev-lang/ocaml-3.09:=[ocamlopt?] dev-ml/camlp5:=" RDEPEND="${DEPEND}" -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 ppc x86" -RESTRICT="!ocamlopt? ( strip )" - src_compile() { emake -j1 all if use ocamlopt; then |