commit: 3084dd9e2ca71b77f8c816bb862d9c9c93fddf03 Author: Xin Yang <yangmame <AT> icloud <DOT> com> AuthorDate: Mon May 6 00:44:15 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon May 6 11:48:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3084dd9e
net-misc/sshx: add missing dependency: dev-libs/protobuf Closes: https://bugs.gentoo.org/931000 Signed-off-by: Xin Yang <yangmame <AT> icloud.com> Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-misc/sshx/sshx-0.2.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/sshx/sshx-0.2.3.ebuild b/net-misc/sshx/sshx-0.2.3.ebuild index 312adc32e3..335c4d6481 100644 --- a/net-misc/sshx/sshx-0.2.3.ebuild +++ b/net-misc/sshx/sshx-0.2.3.ebuild @@ -271,6 +271,8 @@ LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64 ~arm64" +BDEPEND="dev-libs/protobuf" + src_install() { dobin target/release/sshx dobin target/release/sshx-server
