commit: 88148be0156190d75a5d21e86c69cb846eb69de1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 22 12:12:51 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 22 12:12:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88148be0
dev-ml/lablgtk: add missing camlp5 dep to 3.1.1 Closes: https://bugs.gentoo.org/748690 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/lablgtk/lablgtk-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/lablgtk/lablgtk-3.1.1.ebuild b/dev-ml/lablgtk/lablgtk-3.1.1.ebuild index 095f7c620be..7cd57a9986e 100644 --- a/dev-ml/lablgtk/lablgtk-3.1.1.ebuild +++ b/dev-ml/lablgtk/lablgtk-3.1.1.ebuild @@ -15,13 +15,13 @@ SLOT="3/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt sourceview" +BDEPEND="dev-ml/camlp5" DEPEND=" app-text/gtkspell:3= x11-libs/gtk+:3= dev-ml/cairo2:= " RDEPEND="${DEPEND}" -BDEPEND="" PDEPEND="sourceview? ( dev-ml/lablgtk-sourceview:${SLOT} )" S="${WORKDIR}/${DUNE_PKG_NAME}-${PV}"
