From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AAC0138334 for ; Thu, 14 Feb 2019 19:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B7F9E0899; Thu, 14 Feb 2019 19:17:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 015C2E0899 for ; Thu, 14 Feb 2019 19:17:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E1F9335C51 for ; Thu, 14 Feb 2019 19:17:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9C1A503 for ; Thu, 14 Feb 2019 19:17:05 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1550171806.3bfc18766b04f2538cd3a46edaef958a00ca880b.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus-clients/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/argus-clients/argus-clients-3.0.8.2-r1.ebuild net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild X-VCS-Directories: net-analyzer/argus-clients/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 3bfc18766b04f2538cd3a46edaef958a00ca880b X-VCS-Branch: master Date: Thu, 14 Feb 2019 19:17:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a05f8af1-dde5-407f-b940-8bec7e7e0e73 X-Archives-Hash: 993afd37a0ab5c55c4d35e4d98c5af53 commit: 3bfc18766b04f2538cd3a46edaef958a00ca880b Author: Brian Evans gentoo org> AuthorDate: Thu Feb 14 19:16:46 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Feb 14 19:16:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfc1876 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 gentoo.org> ...us-clients-3.0.8.2-r1.ebuild => argus-clients-3.0.8.2-r2.ebuild} | 6 +++--- 1 file 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 similarity index 92% rename from net-analyzer/argus-clients/argus-clients-3.0.8.2-r1.ebuild rename to net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild index 4abbc598cf2..34882be08c0 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() {