diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-01-14 18:14:06 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-01-14 18:35:14 +0100 |
commit | a6b4622f81e05515aead6bba767f7d70d40c7785 (patch) | |
tree | 90d6ef894637ad51e1951f0dc6de0831c59d96fb /dev-scheme/schoca | |
parent | licenses: Remove unused SNNS-4.2 license. (diff) | |
download | gentoo-a6b4622f81e05515aead6bba767f7d70d40c7785.tar.gz gentoo-a6b4622f81e05515aead6bba767f7d70d40c7785.tar.bz2 gentoo-a6b4622f81e05515aead6bba767f7d70d40c7785.zip |
dev-scheme/schoca: rm invalid dep,eapi bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-scheme/schoca')
-rw-r--r-- | dev-scheme/schoca/schoca-0.3.0-r1.ebuild (renamed from dev-scheme/schoca/schoca-0.3.0.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-scheme/schoca/schoca-0.3.0.ebuild b/dev-scheme/schoca/schoca-0.3.0-r1.ebuild index 8d91624c8c28..2abac4317db5 100644 --- a/dev-scheme/schoca/schoca-0.3.0.ebuild +++ b/dev-scheme/schoca/schoca-0.3.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="3" +EAPI="6" inherit eutils @@ -17,7 +17,7 @@ IUSE="+ocamlopt" DEPEND="dev-ml/findlib dev-lang/ocaml[ocamlopt?] - || ( dev-ml/camlp4[ocamlopt?] <dev-lang/ocaml-4.02.0 )" + dev-ml/camlp4[ocamlopt?]" RDEPEND="${DEPEND}" RESTRICT="installsources" @@ -37,11 +37,11 @@ src_configure() { src_compile() { #parallel fails - emake -j1 || die "emake failed" + emake -j1 } src_install() { use ocamlopt || export STRIP_MASK="*bin/schoca" - dodir "$(ocamlfind printconf destdir)" || die "dodir failed" - emake PREFIX="/usr" DESTDIR="${D}" DESTDIRFLAG="-destdir ${D}$(ocamlfind printconf destdir)" install || die "emake install failed" + dodir "$(ocamlfind printconf destdir)" + emake PREFIX="/usr" DESTDIR="${D}" DESTDIRFLAG="-destdir ${D}$(ocamlfind printconf destdir)" install } |