diff options
author | Sam James <sam@gentoo.org> | 2021-01-22 02:45:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-22 03:33:59 +0000 |
commit | fe2f7ddd4bad481d50641d6818be7301a3ec456a (patch) | |
tree | 6d32ff5455ea149015bb4d3c7bb96371489c6b18 /dev-ml/ocaml-gettext-stub | |
parent | app-emulation/libguestfs: Dep ocaml-gettext-stub. (diff) | |
download | gentoo-fe2f7ddd4bad481d50641d6818be7301a3ec456a.tar.gz gentoo-fe2f7ddd4bad481d50641d6818be7301a3ec456a.tar.bz2 gentoo-fe2f7ddd4bad481d50641d6818be7301a3ec456a.zip |
dev-ml/ocaml-gettext-stub: fixup deps
Add extra dependencies:
* dev-ml/base:=[ocamlopt]
* dev-ml/camomile:=[ocamlopt=]
* dev-ml/ocaml-fileutils[ocamlopt=] (test dep)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-gettext-stub')
-rw-r--r-- | dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild b/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild index 5bed46a16b72..b44afdf69321 100644 --- a/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild +++ b/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild @@ -11,6 +11,7 @@ inherit dune DESCRIPTION="Support for internationalization of OCaml programs using native gettext library" HOMEPAGE="https://github.com/gildor478/ocaml-gettext" SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" @@ -23,11 +24,14 @@ BDEPEND=" dev-ml/dune-configurator " RDEPEND=" - dev-ml/ocaml-gettext:= + dev-ml/base:=[ocamlopt=] + dev-ml/camomile:=[ocamlopt=] + dev-ml/ocaml-gettext:=[ocamlopt=] " DEPEND=" ${RDEPEND} - test? ( dev-ml/ounit ) + test? ( + dev-ml/ocaml-fileutils[ocamlopt=] + dev-ml/ounit[ocamlopt=] + ) " - -S="${WORKDIR}/${MY_PN}-${PV}" |