diff options
author | Sam James <sam@gentoo.org> | 2021-10-15 04:01:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-15 04:01:00 +0100 |
commit | 8954ca21bdbba75e8c68b2aeb4a910ee4fb1aaea (patch) | |
tree | a7bf97515f2710bc610803e6f6632c40eb24e010 /dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild | |
parent | sys-apps/openrc: Stabilize 0.43.5-r1 amd64, #818088 (diff) | |
download | gentoo-8954ca21bdbba75e8c68b2aeb4a910ee4fb1aaea.tar.gz gentoo-8954ca21bdbba75e8c68b2aeb4a910ee4fb1aaea.tar.bz2 gentoo-8954ca21bdbba75e8c68b2aeb4a910ee4fb1aaea.zip |
dev-ml/camlp4: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild index 0d165e7722af..539fe3cd8554 100644 --- a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild @@ -15,9 +15,8 @@ SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" -DEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} +RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]" +DEPEND="${RDEPEND} dev-ml/ocamlbuild dev-ml/findlib:=" |