diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntopng/ntopng-2.4.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.0-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild b/net-analyzer/ntopng/ntopng-2.4.ebuild index d024ad1f63db..1e888605a06b 100644 --- a/net-analyzer/ntopng/ntopng-2.4.ebuild +++ b/net-analyzer/ntopng/ntopng-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ DEPEND="dev-db/sqlite:3 net-analyzer/rrdtool net-libs/libpcap net-misc/curl - virtual/libmysqlclient + dev-db/mysql-connector-c !net-libs/nDPI" RDEPEND="${DEPEND} dev-db/redis" diff --git a/net-analyzer/ntopng/ntopng-3.0-r3.ebuild b/net-analyzer/ntopng/ntopng-3.0-r3.ebuild index 18736380ba1b..5670739bea2d 100644 --- a/net-analyzer/ntopng/ntopng-3.0-r3.ebuild +++ b/net-analyzer/ntopng/ntopng-3.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,7 @@ DEPEND="dev-db/sqlite:3 =net-libs/nDPI-2.0 net-misc/curl sys-libs/binutils-libs:= - virtual/libmysqlclient" + dev-db/mysql-connector-c:=" RDEPEND="${DEPEND} dev-db/redis" PATCHES=( |