From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BDA5158043 for ; Sun, 17 Mar 2024 16:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B640E29ED; Sun, 17 Mar 2024 16:35:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E494E29ED for ; Sun, 17 Mar 2024 16:35:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25458335D77 for ; Sun, 17 Mar 2024 16:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52A4F154F for ; Sun, 17 Mar 2024 16:35:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1710693242.c2081661cb30896789e361f9eaa8085e4adf30c2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/hydra/hydra-9.5-r1.ebuild net-analyzer/hydra/hydra-9.5-r10.ebuild net-analyzer/hydra/hydra-9.5.ebuild X-VCS-Directories: net-analyzer/hydra/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c2081661cb30896789e361f9eaa8085e4adf30c2 X-VCS-Branch: master Date: Sun, 17 Mar 2024 16:35:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83efac9b-0d86-4c33-9f53-d0b119b7e5eb X-Archives-Hash: 76c7a61cfb55c4c0265938b4cece3ac2 commit: c2081661cb30896789e361f9eaa8085e4adf30c2 Author: Mike Gilbert gentoo org> AuthorDate: Sat Mar 16 16:50:17 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Mar 17 16:34:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2081661 net-analyzer/hydra: depend on slotted freerdp Bug: https://bugs.gentoo.org/925662 Signed-off-by: Mike Gilbert gentoo.org> net-analyzer/hydra/{hydra-9.5.ebuild => hydra-9.5-r1.ebuild} | 4 ++-- net-analyzer/hydra/{hydra-9.5.ebuild => hydra-9.5-r10.ebuild} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/hydra/hydra-9.5.ebuild b/net-analyzer/hydra/hydra-9.5-r1.ebuild similarity index 98% copy from net-analyzer/hydra/hydra-9.5.ebuild copy to net-analyzer/hydra/hydra-9.5-r1.ebuild index da02a32c17e6..daca94b7c580 100644 --- a/net-analyzer/hydra/hydra-9.5.ebuild +++ b/net-analyzer/hydra/hydra-9.5-r1.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 @@ -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-libs/libssh-0.4.0 ) samba? ( net-fs/samba ) subversion? ( dev-vcs/subversion ) diff --git a/net-analyzer/hydra/hydra-9.5.ebuild b/net-analyzer/hydra/hydra-9.5-r10.ebuild similarity index 97% rename from net-analyzer/hydra/hydra-9.5.ebuild rename to net-analyzer/hydra/hydra-9.5-r10.ebuild index da02a32c17e6..c24df6641725 100644 --- a/net-analyzer/hydra/hydra-9.5.ebuild +++ b/net-analyzer/hydra/hydra-9.5-r10.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 @@ -12,7 +12,7 @@ S="${WORKDIR}"/thc-${P} LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug firebird gcrypt gtk idn memcached mongodb mysql ncurses oracle pcre postgres rdp libssh samba subversion zlib" RDEPEND=" @@ -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= ) libssh? ( >=net-libs/libssh-0.4.0 ) samba? ( net-fs/samba ) subversion? ( dev-vcs/subversion )