summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2020-10-15 09:25:47 +0200
committerSam James <sam@gentoo.org>2020-10-17 08:32:03 +0000
commitd66c5d6d20c41ca1c29ea0c02492b9c4c456db13 (patch)
tree6e23e830bc961cd0d68a4869b0d1916b223ecf50 /net-misc
parentsys-block/partitionmanager: bump version to 4.2.0 (diff)
downloadgentoo-d66c5d6d20c41ca1c29ea0c02492b9c4c456db13.tar.gz
gentoo-d66c5d6d20c41ca1c29ea0c02492b9c4c456db13.tar.bz2
gentoo-d66c5d6d20c41ca1c29ea0c02492b9c4c456db13.zip
net-misc/unison: fix MissingSlotDep
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/unison/unison-2.48.4-r1.ebuild4
-rw-r--r--net-misc/unison/unison-2.48.4.ebuild4
-rw-r--r--net-misc/unison/unison-2.51.2.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/unison/unison-2.48.4-r1.ebuild b/net-misc/unison/unison-2.48.4-r1.ebuild
index b76c12b42399..c8cdf88bf1f1 100644
--- a/net-misc/unison/unison-2.48.4-r1.ebuild
+++ b/net-misc/unison/unison-2.48.4-r1.ebuild
@@ -23,9 +23,9 @@ RESTRICT="test !ocamlopt? ( strip )"
# ocaml version so we are sure it has ocamlopt use flag
DEPEND="dev-lang/ocaml[ocamlopt?]
- gtk? ( dev-ml/lablgtk )"
+ gtk? ( dev-ml/lablgtk:2= )"
-RDEPEND="gtk? ( dev-ml/lablgtk
+RDEPEND="gtk? ( dev-ml/lablgtk:2=
|| ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) )
>=app-eselect/eselect-unison-0.4"
diff --git a/net-misc/unison/unison-2.48.4.ebuild b/net-misc/unison/unison-2.48.4.ebuild
index 56ef942628c9..1ecc2d6a3fd2 100644
--- a/net-misc/unison/unison-2.48.4.ebuild
+++ b/net-misc/unison/unison-2.48.4.ebuild
@@ -15,10 +15,10 @@ KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~spa
# ocaml version so we are sure it has ocamlopt use flag
DEPEND="dev-lang/ocaml[ocamlopt?]
- gtk? ( dev-ml/lablgtk )
+ gtk? ( dev-ml/lablgtk:2= )
test? ( || ( dev-util/ctags >=app-editors/emacs-23.1:* ) )"
-RDEPEND="gtk? ( dev-ml/lablgtk
+RDEPEND="gtk? ( dev-ml/lablgtk:2=
|| ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) )
!net-misc/unison:0
app-eselect/eselect-unison"
diff --git a/net-misc/unison/unison-2.51.2.ebuild b/net-misc/unison/unison-2.51.2.ebuild
index 3c6d4df6c2e3..916558d756a6 100644
--- a/net-misc/unison/unison-2.51.2.ebuild
+++ b/net-misc/unison/unison-2.51.2.ebuild
@@ -18,9 +18,9 @@ IUSE="gtk doc static debug threads +ocamlopt test"
# ocaml version so we are sure it has ocamlopt use flag
DEPEND="dev-lang/ocaml[ocamlopt?]
- gtk? ( dev-ml/lablgtk )"
+ gtk? ( dev-ml/lablgtk:2= )"
-RDEPEND="gtk? ( dev-ml/lablgtk
+RDEPEND="gtk? ( dev-ml/lablgtk:2=
|| ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) )
>=app-eselect/eselect-unison-0.4"