commit:     a42256baa926156020349dd451442d3aebb88dc4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 12:29:31 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 12:31:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42256ba

dev-ml/atd: split atdgen again

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/atd/atd-1.12.0.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-ml/atd/atd-1.12.0.ebuild b/dev-ml/atd/atd-1.12.0.ebuild
index da91321baad..5095732e9dd 100644
--- a/dev-ml/atd/atd-1.12.0.ebuild
+++ b/dev-ml/atd/atd-1.12.0.ebuild
@@ -12,22 +12,27 @@ 
SRC_URI="https://github.com/mjambon/atd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
-IUSE="+ocamlopt"
+IUSE="+ocamlopt test"
 
 DEPEND="
        dev-lang/ocaml:=[ocamlopt?]
        dev-ml/easy-format:=[ocamlopt?]
        dev-ml/menhir:=[ocamlopt?]
-       dev-ml/biniou:=
-       dev-ml/yojson:=
-       !dev-ml/atdgen
 "
 RDEPEND="${DEPEND}"
 DEPEND="${DEPEND}
        dev-ml/jbuilder
        dev-ml/opam
+       test? (
+               dev-ml/biniou
+               dev-ml/yojson
+       )
 "
 
+src_compile() {
+       jbuilder build -p atd || die
+}
+
 oinstall() {
        opam-installer -i \
                --prefix="${ED}/usr" \
@@ -38,5 +43,4 @@ oinstall() {
 
 src_install() {
        oinstall atd
-       oinstall atdgen
 }

Reply via email to