diff options
author | Brian Evans <grknight@gentoo.org> | 2019-02-14 14:16:46 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-02-14 14:16:46 -0500 |
commit | 3bfc18766b04f2538cd3a46edaef958a00ca880b (patch) | |
tree | 4c0218ce5915a918319c2e6b443916b75bedaa61 /net-analyzer/argus-clients | |
parent | mail-client/thunderbird-bin: bump to v60.5.1 (diff) | |
download | gentoo-3bfc18766b04f2538cd3a46edaef958a00ca880b.tar.gz gentoo-3bfc18766b04f2538cd3a46edaef958a00ca880b.tar.bz2 gentoo-3bfc18766b04f2538cd3a46edaef958a00ca880b.zip |
net-analyzer/argus-clients: Fix building with mysql
Non-maintainer commit
Bug: https://bugs.gentoo.org/665932
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'net-analyzer/argus-clients')
-rw-r--r-- | net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild (renamed from net-analyzer/argus-clients/argus-clients-3.0.8.2-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r1.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild index 4abbc598cf21..34882be08c07 100644 --- a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r1.ebuild +++ b/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.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 @@ -22,7 +22,7 @@ ARGUS_CDEPEND=" sys-libs/zlib ft? ( net-analyzer/flow-tools ) geoip? ( dev-libs/geoip ) - mysql? ( virtual/mysql ) + mysql? ( dev-db/mysql-connector-c:0= ) sasl? ( dev-libs/cyrus-sasl ) " RDEPEND=" @@ -56,7 +56,7 @@ src_configure() { $(use_with geoip GeoIP /usr/) \ $(use_with sasl) \ $(use_with tcpd wrappers) \ - $(use_with mysql) + $(use_with mysql mysql /usr) } src_compile() { |