summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-02-14 15:09:04 -0500
committerBrian Evans <grknight@gentoo.org>2019-02-14 15:09:04 -0500
commit46648ec6b53933819d723262e0662ad4b643a7c1 (patch)
tree7195bf60c0dbe0738a5a0e1802ea719008ae2959 /net-analyzer
parentnet-analyzer/flow-tools: Revbump to fix compile and mysql dependency (diff)
downloadgentoo-46648ec6b53933819d723262e0662ad4b643a7c1.tar.gz
gentoo-46648ec6b53933819d723262e0662ad4b643a7c1.tar.bz2
gentoo-46648ec6b53933819d723262e0662ad4b643a7c1.zip
net-analyzer/hydra: Revbumps for dependency change
Bug: https://bugs.gentoo.org/665942 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/hydra/hydra-8.5-r1.ebuild (renamed from net-analyzer/hydra/hydra-8.5.ebuild)8
-rw-r--r--net-analyzer/hydra/hydra-8.6-r1.ebuild (renamed from net-analyzer/hydra/hydra-8.6.ebuild)8
2 files changed, 8 insertions, 8 deletions
diff --git a/net-analyzer/hydra/hydra-8.5.ebuild b/net-analyzer/hydra/hydra-8.5-r1.ebuild
index 70d970dfe574..79aa16aa49ea 100644
--- a/net-analyzer/hydra/hydra-8.5.ebuild
+++ b/net-analyzer/hydra/hydra-8.5-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Advanced parallized login hacker"
HOMEPAGE="https://www.thc.org/thc-hydra/"
@@ -26,8 +26,8 @@ RDEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
)
- idn? ( net-dns/libidn )
- mysql? ( virtual/mysql )
+ idn? ( net-dns/libidn:0= )
+ mysql? ( dev-db/mysql-connector-c:0= )
ncp? ( net-fs/ncpfs )
oracle? ( dev-db/oracle-instantclient-basic )
pcre? ( dev-libs/libpcre )
diff --git a/net-analyzer/hydra/hydra-8.6.ebuild b/net-analyzer/hydra/hydra-8.6-r1.ebuild
index bed5fc36e987..741256b459a2 100644
--- a/net-analyzer/hydra/hydra-8.6.ebuild
+++ b/net-analyzer/hydra/hydra-8.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Advanced parallized login hacker"
HOMEPAGE="https://www.thc.org/thc-hydra/"
@@ -26,8 +26,8 @@ RDEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
)
- idn? ( net-dns/libidn )
- mysql? ( virtual/mysql )
+ idn? ( net-dns/libidn:0= )
+ mysql? ( dev-db/mysql-connector-c:0= )
ncp? ( net-fs/ncpfs )
oracle? ( dev-db/oracle-instantclient-basic )
pcre? ( dev-libs/libpcre )