diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-15 22:22:35 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-15 22:22:35 +0100 |
commit | 5315cc19812bda512a65f21bb66540ec43d1972a (patch) | |
tree | 45ac4bd0a0c5d0f3a2fd7c0c58e6c3a471de3410 /dev-ml/markup | |
parent | sys-apps/udevil: drop libtool (diff) | |
download | gentoo-5315cc19812bda512a65f21bb66540ec43d1972a.tar.gz gentoo-5315cc19812bda512a65f21bb66540ec43d1972a.tar.bz2 gentoo-5315cc19812bda512a65f21bb66540ec43d1972a.zip |
dev-ml/markup: add dependency
Closes: https://bugs.gentoo.org/765514
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/markup')
-rw-r--r-- | dev-ml/markup/markup-1.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/markup/markup-1.0.0.ebuild b/dev-ml/markup/markup-1.0.0.ebuild index 7da8254ac136..65041afd6bac 100644 --- a/dev-ml/markup/markup-1.0.0.ebuild +++ b/dev-ml/markup/markup-1.0.0.ebuild @@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" -DEPEND="dev-ml/lwt +RDEPEND="dev-ml/lwt dev-ml/uutf" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit2 )" S="${WORKDIR}/${PN}.ml-${PV}" |