diff options
author | Brian Evans <grknight@gentoo.org> | 2019-02-14 16:29:01 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-02-14 16:29:01 -0500 |
commit | 5047c7930471fd85e33abefe770b8d846b47008c (patch) | |
tree | 1adb7df2e14ddbd3689edc28d8d37c9b11151068 /net-analyzer/pmacct | |
parent | x11-plugins/wmweather: 2.4.7 bump (diff) | |
download | gentoo-5047c7930471fd85e33abefe770b8d846b47008c.tar.gz gentoo-5047c7930471fd85e33abefe770b8d846b47008c.tar.bz2 gentoo-5047c7930471fd85e33abefe770b8d846b47008c.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.7.1-r1.ebuild (renamed from net-analyzer/pmacct/pmacct-1.7.1.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.7.2-r1.ebuild (renamed from net-analyzer/pmacct/pmacct-1.7.2.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 index 4fa04368686e..15ef9922c121 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 index 816cc388c10c..ec5a692ea2e9 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:* ) |