diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-24 12:16:44 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-24 12:30:10 +0200 |
commit | 4ba9925d873b5f7e9562f5e3d67f11a89ee8a6e3 (patch) | |
tree | 25252b543caaf007562a17ec12146fd88c982dc5 /net-analyzer | |
parent | mail-mta/exim: migrate to dev-db/mysql-connector-c (diff) | |
download | gentoo-4ba9925d873b5f7e9562f5e3d67f11a89ee8a6e3.tar.gz gentoo-4ba9925d873b5f7e9562f5e3d67f11a89ee8a6e3.tar.bz2 gentoo-4ba9925d873b5f7e9562f5e3d67f11a89ee8a6e3.zip |
net-analyzer/ntopng: migrate to dev-db/mysql-connector-c
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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=( |