commit: 43b8b8bb33e65af669842af7946835495ed27b01 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Sun Aug 24 07:17:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 22 11:34:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b8b8bb
net-misc/mosh: add abseil-cpp dependency #942004 The protobuf pkgconfig files cause linking to abseil-cpp, so we add the dependency for now. Closes: https://bugs.gentoo.org/942004 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44225 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/mosh/{mosh-1.4.0.ebuild => mosh-1.4.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0-r1.ebuild similarity index 96% rename from net-misc/mosh/mosh-1.4.0.ebuild rename to net-misc/mosh/mosh-1.4.0-r1.ebuild index 2d9c39ba5507..2b5612996638 100644 --- a/net-misc/mosh/mosh-1.4.0.ebuild +++ b/net-misc/mosh/mosh-1.4.0-r1.ebuild @@ -23,7 +23,9 @@ REQUIRED_USE=" || ( client server ) examples? ( client )" +# depends on abseil-cpp via protobuf targets RDEPEND=" + dev-cpp/abseil-cpp:= dev-libs/protobuf:= sys-libs/ncurses:= sys-libs/zlib
