From 921a68af015d95b880642ac291df6a2335fc47e6 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 3 May 2021 08:10:35 +0200 Subject: net-misc/unison: require ocamlopt on lablgtk when needed Closes: https://bugs.gentoo.org/782109 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone --- net-misc/unison/unison-2.51.3_p20201127.ebuild | 4 ++-- net-misc/unison/unison-2.51.4_rc2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net-misc') diff --git a/net-misc/unison/unison-2.51.3_p20201127.ebuild b/net-misc/unison/unison-2.51.3_p20201127.ebuild index 0d813590718a..484fcb308f39 100644 --- a/net-misc/unison/unison-2.51.3_p20201127.ebuild +++ b/net-misc/unison/unison-2.51.3_p20201127.ebuild @@ -21,8 +21,8 @@ BDEPEND="dev-lang/ocaml:=[ocamlopt?] doc? ( app-text/dvipsk app-text/ghostscript-gpl dev-texlive/texlive-latex )" -DEPEND="gtk? ( dev-ml/lablgtk:2= )" -RDEPEND="gtk? ( dev-ml/lablgtk:2= +DEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?] )" +RDEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?] || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) ) >=app-eselect/eselect-unison-0.4" diff --git a/net-misc/unison/unison-2.51.4_rc2.ebuild b/net-misc/unison/unison-2.51.4_rc2.ebuild index db9797ada80a..2a61c1d85d3a 100644 --- a/net-misc/unison/unison-2.51.4_rc2.ebuild +++ b/net-misc/unison/unison-2.51.4_rc2.ebuild @@ -20,8 +20,8 @@ BDEPEND="dev-lang/ocaml:=[ocamlopt?] doc? ( app-text/dvipsk app-text/ghostscript-gpl dev-texlive/texlive-latex )" -DEPEND="gtk? ( dev-ml/lablgtk:2= )" -RDEPEND="gtk? ( dev-ml/lablgtk:2= +DEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?] )" +RDEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?] || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) ) >=app-eselect/eselect-unison-0.4" -- cgit v1.2.3-65-gdbad