diff options
author | Slawomir Lis <slis@gentoo.org> | 2019-08-27 07:00:54 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2019-08-27 07:00:54 +0200 |
commit | 381ef2e24ed92f8e976a5ce534e53b2970d21ea9 (patch) | |
tree | 6f6e514aeb61f7cf716c63b7ac768417e536e1c6 /net-analyzer/ntopng | |
parent | app-doc/cantera-docs: update e-mail address of Sergey Torokhov (diff) | |
download | gentoo-381ef2e24ed92f8e976a5ce534e53b2970d21ea9.tar.gz gentoo-381ef2e24ed92f8e976a5ce534e53b2970d21ea9.tar.bz2 gentoo-381ef2e24ed92f8e976a5ce534e53b2970d21ea9.zip |
net-analyzer/ntopng: Migrate to mysql-connector-c
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Slawek Lis <slis@gentoo.org>
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/ntopng-3.8.ebuild b/net-analyzer/ntopng/ntopng-3.8.ebuild index 8a3edd124180..d494609c7f09 100644 --- a/net-analyzer/ntopng/ntopng-3.8.ebuild +++ b/net-analyzer/ntopng/ntopng-3.8.ebuild @@ -27,7 +27,7 @@ DEPEND="dev-db/sqlite:3 >=net-libs/nDPI-2.4 net-misc/curl sys-libs/binutils-libs - virtual/libmysqlclient" + dev-db/mysql-connector-c:=" RDEPEND="${DEPEND} dev-db/redis" PATCHES=( |