summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-15 08:47:00 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-15 08:47:00 +0100
commite01eb95eaf22b202743d264edd2605e547cd4f97 (patch)
treee4af3e0706c9066e02924337fb01b5b6c67686bf /dev-ml/markup/markup-1.0.0.ebuild
parentdev-python/python-utils: Add python@ as co-maint (diff)
downloadgentoo-e01eb95eaf22b202743d264edd2605e547cd4f97.tar.gz
gentoo-e01eb95eaf22b202743d264edd2605e547cd4f97.tar.bz2
gentoo-e01eb95eaf22b202743d264edd2605e547cd4f97.zip
dev-ml/markup: add dep and maintainer
Closes: https://bugs.gentoo.org/765049 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/markup/markup-1.0.0.ebuild')
-rw-r--r--dev-ml/markup/markup-1.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/markup/markup-1.0.0.ebuild b/dev-ml/markup/markup-1.0.0.ebuild
index c5e722db39c5..7da8254ac136 100644
--- a/dev-ml/markup/markup-1.0.0.ebuild
+++ b/dev-ml/markup/markup-1.0.0.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-DEPEND="dev-ml/lwt"
+DEPEND="dev-ml/lwt
+ dev-ml/uutf"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}.ml-${PV}"