Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/unison/
Date: Mon, 03 May 2021 06:11:03
Message-Id: 1620022235.921a68af015d95b880642ac291df6a2335fc47e6.tupone@gentoo
1 commit: 921a68af015d95b880642ac291df6a2335fc47e6
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 06:10:35 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 06:10:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921a68af
7
8 net-misc/unison: require ocamlopt on lablgtk when needed
9
10 Closes: https://bugs.gentoo.org/782109
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 net-misc/unison/unison-2.51.3_p20201127.ebuild | 4 ++--
15 net-misc/unison/unison-2.51.4_rc2.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-misc/unison/unison-2.51.3_p20201127.ebuild b/net-misc/unison/unison-2.51.3_p20201127.ebuild
19 index 0d813590718..484fcb308f3 100644
20 --- a/net-misc/unison/unison-2.51.3_p20201127.ebuild
21 +++ b/net-misc/unison/unison-2.51.3_p20201127.ebuild
22 @@ -21,8 +21,8 @@ BDEPEND="dev-lang/ocaml:=[ocamlopt?]
23 doc? ( app-text/dvipsk
24 app-text/ghostscript-gpl
25 dev-texlive/texlive-latex )"
26 -DEPEND="gtk? ( dev-ml/lablgtk:2= )"
27 -RDEPEND="gtk? ( dev-ml/lablgtk:2=
28 +DEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?] )"
29 +RDEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?]
30 || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) )
31 >=app-eselect/eselect-unison-0.4"
32
33
34 diff --git a/net-misc/unison/unison-2.51.4_rc2.ebuild b/net-misc/unison/unison-2.51.4_rc2.ebuild
35 index db9797ada80..2a61c1d85d3 100644
36 --- a/net-misc/unison/unison-2.51.4_rc2.ebuild
37 +++ b/net-misc/unison/unison-2.51.4_rc2.ebuild
38 @@ -20,8 +20,8 @@ BDEPEND="dev-lang/ocaml:=[ocamlopt?]
39 doc? ( app-text/dvipsk
40 app-text/ghostscript-gpl
41 dev-texlive/texlive-latex )"
42 -DEPEND="gtk? ( dev-ml/lablgtk:2= )"
43 -RDEPEND="gtk? ( dev-ml/lablgtk:2=
44 +DEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?] )"
45 +RDEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?]
46 || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) )
47 >=app-eselect/eselect-unison-0.4"