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 0414E138334 for ; Thu, 2 Jan 2020 10:06:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D35E7E0985; Thu, 2 Jan 2020 10:06:03 +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 B1FC4E0985 for ; Thu, 2 Jan 2020 10:06:03 +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 66FF634DE41 for ; Thu, 2 Jan 2020 10:06:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4AD4A8 for ; Thu, 2 Jan 2020 10:06:00 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1577959559.4a05a3663271b873d3e66e36a89cb5a882ce1ec0.jer@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.3-r1.ebuild net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild net-analyzer/pmacct/pmacct-999999.ebuild X-VCS-Directories: net-analyzer/pmacct/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4a05a3663271b873d3e66e36a89cb5a882ce1ec0 X-VCS-Branch: master Date: Thu, 2 Jan 2020 10:06:00 +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: 7fdaab54-fd6d-4236-a434-79b39b6976a9 X-Archives-Hash: a6f77b6699de769b94311ac774cd558f commit: 4a05a3663271b873d3e66e36a89cb5a882ce1ec0 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Jan 2 10:05:47 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Jan 2 10:05:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a05a366 net-analyzer/pmacct: Fix net-libs/nDPI dependency Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> .../pmacct/{pmacct-1.7.3-r1.ebuild => pmacct-1.7.3-r2.ebuild} | 4 ++-- net-analyzer/pmacct/pmacct-999999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild b/net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild similarity index 96% rename from net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild rename to net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild index 33e50e3e831..29e8537602f 100644 --- a/net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ RDEPEND=" =net-libs/nDPI-2.4:= ) nflog? ( net-libs/libnetfilter_log ) postgres? ( dev-db/postgresql:* ) rabbitmq? ( net-libs/rabbitmq-c ) diff --git a/net-analyzer/pmacct/pmacct-999999.ebuild b/net-analyzer/pmacct/pmacct-999999.ebuild index 02039602f30..36566e6c719 100644 --- a/net-analyzer/pmacct/pmacct-999999.ebuild +++ b/net-analyzer/pmacct/pmacct-999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ RDEPEND=" =net-libs/nDPI-2.4:= ) nflog? ( net-libs/libnetfilter_log ) postgres? ( dev-db/postgresql:* ) rabbitmq? ( net-libs/rabbitmq-c )