aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Yang <yangmame@icloud.com>2024-05-06 08:44:15 +0800
committerDavid Roman <davidroman96@gmail.com>2024-05-06 13:48:01 +0200
commit3084dd9e2ca71b77f8c816bb862d9c9c93fddf03 (patch)
tree0212bda4b183f48433d862825a76875ca9c602a7 /net-misc/sshx
parentmedia-sound/lms: update CMake option name (diff)
downloadguru-3084dd9e2ca71b77f8c816bb862d9c9c93fddf03.tar.gz
guru-3084dd9e2ca71b77f8c816bb862d9c9c93fddf03.tar.bz2
guru-3084dd9e2ca71b77f8c816bb862d9c9c93fddf03.zip
net-misc/sshx: add missing dependency: dev-libs/protobuf
Closes: https://bugs.gentoo.org/931000 Signed-off-by: Xin Yang <yangmame@icloud.com> Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'net-misc/sshx')
-rw-r--r--net-misc/sshx/sshx-0.2.3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/sshx/sshx-0.2.3.ebuild b/net-misc/sshx/sshx-0.2.3.ebuild
index 312adc32e..335c4d648 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