From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1072237-garchives=archives.gentoo.org@lists.gentoo.org> 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 B9F91138334 for <garchives@archives.gentoo.org>; Thu, 14 Feb 2019 21:29:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A90EAE0884; Thu, 14 Feb 2019 21:29:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85FE9E0884 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Feb 2019 21:29:16 +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 1A5A9335CCD for <gentoo-commits@lists.gentoo.org>; Thu, 14 Feb 2019 21:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A9AB44B for <gentoo-commits@lists.gentoo.org>; Thu, 14 Feb 2019 21:29:13 +0000 (UTC) From: "Brian Evans" <grknight@gentoo.org> 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" <grknight@gentoo.org> Message-ID: <1550179741.5047c7930471fd85e33abefe770b8d846b47008c.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pmacct/pmacct-1.7.1-r1.ebuild net-analyzer/pmacct/pmacct-1.7.1.ebuild net-analyzer/pmacct/pmacct-1.7.2-r1.ebuild net-analyzer/pmacct/pmacct-1.7.2.ebuild X-VCS-Directories: net-analyzer/pmacct/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 5047c7930471fd85e33abefe770b8d846b47008c X-VCS-Branch: master Date: Thu, 14 Feb 2019 21:29:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be3c33ad-2570-4c1d-aa6a-21215d9dd3e7 X-Archives-Hash: 5bc603a809edfcdefb90634d0e33a532 commit: 5047c7930471fd85e33abefe770b8d846b47008c Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Feb 14 21:29:01 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Feb 14 21:29:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5047c793 net-analyzer/pmacct: Revbump for dependency change Non-maintainer commit Bug: https://bugs.gentoo.org/665958 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> net-analyzer/pmacct/{pmacct-1.7.1.ebuild => pmacct-1.7.1-r1.ebuild} | 4 ++-- net-analyzer/pmacct/{pmacct-1.7.2.ebuild => pmacct-1.7.2-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/pmacct/pmacct-1.7.1.ebuild b/net-analyzer/pmacct/pmacct-1.7.1-r1.ebuild similarity index 96% rename from net-analyzer/pmacct/pmacct-1.7.1.ebuild rename to net-analyzer/pmacct/pmacct-1.7.1-r1.ebuild index 4fa04368686..15ef9922c12 100644 --- a/net-analyzer/pmacct/pmacct-1.7.1.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.1-r1.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 @@ -31,7 +31,7 @@ RDEPEND=" >=dev-libs/mongo-c-driver-0.8.1-r1 <dev-libs/mongo-c-driver-0.98 ) - mysql? ( virtual/mysql ) + mysql? ( dev-db/mysql-connector-c:0= ) ndpi? ( net-libs/nDPI ) nflog? ( net-libs/libnetfilter_log ) postgres? ( dev-db/postgresql:* ) diff --git a/net-analyzer/pmacct/pmacct-1.7.2.ebuild b/net-analyzer/pmacct/pmacct-1.7.2-r1.ebuild similarity index 96% rename from net-analyzer/pmacct/pmacct-1.7.2.ebuild rename to net-analyzer/pmacct/pmacct-1.7.2-r1.ebuild index 816cc388c10..ec5a692ea2e 100644 --- a/net-analyzer/pmacct/pmacct-1.7.2.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ RDEPEND=" >=dev-libs/mongo-c-driver-0.8.1-r1 <dev-libs/mongo-c-driver-0.98 ) - mysql? ( virtual/mysql ) + mysql? ( dev-db/mysql-connector-c:0= ) ndpi? ( net-libs/nDPI ) nflog? ( net-libs/libnetfilter_log ) postgres? ( dev-db/postgresql:* )