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>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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="
$(use_with geoip GeoIP /usr/) \
$(use_with sasl) \
$(use_with tcpd wrappers) \
- $(use_with mysql)
+ $(use_with mysql mysql /usr)
}
src_compile() {