Skip to content

Commit

Permalink
net-analyzer/hydra: build fails with freerdp-3
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://bugs.gentoo.org/925662
  • Loading branch information
hlein committed Feb 28, 2024
1 parent 2ed51de commit c41b0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-analyzer/hydra/hydra-9.5.ebuild
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -33,7 +33,7 @@ RDEPEND="
oracle? ( dev-db/oracle-instantclient[sdk] )
pcre? ( dev-libs/libpcre2 )
postgres? ( dev-db/postgresql:* )
rdp? ( net-misc/freerdp )
rdp? ( >=net-misc/freerdp-2.0.0 <net-misc/freerdp-3 )
libssh? ( >=net-libs/libssh-0.4.0 )
samba? ( net-fs/samba )
subversion? ( dev-vcs/subversion )
Expand Down

0 comments on commit c41b0d3

Please sign in to comment.