diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-05-03 08:10:35 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-05-03 08:10:35 +0200 |
commit | 921a68af015d95b880642ac291df6a2335fc47e6 (patch) | |
tree | 224a1dc1229fb9ada6decc761c08e4d9b9f18d7b /net-misc/unison | |
parent | media-video/yle-dl: bump to 2021-05-02 (diff) | |
download | gentoo-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/unison')
-rw-r--r-- | net-misc/unison/unison-2.51.3_p20201127.ebuild | 4 | ||||
-rw-r--r-- | net-misc/unison/unison-2.51.4_rc2.ebuild | 4 |
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" |