summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-05-03 08:10:35 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-05-03 08:10:35 +0200
commit921a68af015d95b880642ac291df6a2335fc47e6 (patch)
tree224a1dc1229fb9ada6decc761c08e4d9b9f18d7b /net-misc
parentmedia-video/yle-dl: bump to 2021-05-02 (diff)
downloadgentoo-921a68af015d95b880642ac291df6a2335fc47e6.tar.gz
gentoo-921a68af015d95b880642ac291df6a2335fc47e6.tar.bz2
gentoo-921a68af015d95b880642ac291df6a2335fc47e6.zip
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 <tupone@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/unison/unison-2.51.3_p20201127.ebuild4
-rw-r--r--net-misc/unison/unison-2.51.4_rc2.ebuild4
2 files changed, 4 insertions, 4 deletions
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"