commit: d6a1bc622d70874b5e76d741932096b24dde1064
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 15:19:56 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 15:19:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a1bc62
net-misc/mosh: use subslots w/ncurses
net-misc/mosh/mosh-1.2.5-r1.ebuild | 2 +-
net-misc/mosh/mosh-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/mosh/mosh-1.2.5-r1.ebuild
b/net-misc/mosh/mosh-1.2.5-r1.ebuild
index 6c424c4..c671658 100644
--- a/net-misc/mosh/mosh-1.2.5-r1.ebuild
+++ b/net-misc/mosh/mosh-1.2.5-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="|| ( client server )
examples? ( client )"
RDEPEND="dev-libs/protobuf
- sys-libs/ncurses:5
+ sys-libs/ncurses:5=
virtual/ssh
client? (
dev-lang/perl
diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 39b2981..c72fb7f 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="|| ( client server )
examples? ( client )"
RDEPEND="dev-libs/protobuf
- sys-libs/ncurses:5
+ sys-libs/ncurses:5=
virtual/ssh
client? ( dev-lang/perl
dev-perl/IO-Tty )