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 170FF1396D9 for ; Fri, 13 Oct 2017 13:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29617E0BE2; Fri, 13 Oct 2017 13:42:05 +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 06F1CE0BE2 for ; Fri, 13 Oct 2017 13:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CFD5133BEBE for ; Fri, 13 Oct 2017 13:42:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3357C9097 for ; Fri, 13 Oct 2017 13:42:02 +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: <1507902113.53d0c78008e5b7cd47a4ab102642e5af15025d63.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/vnstat/vnstat-1.17-r1.ebuild X-VCS-Directories: net-analyzer/vnstat/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 53d0c78008e5b7cd47a4ab102642e5af15025d63 X-VCS-Branch: master Date: Fri, 13 Oct 2017 13:42:02 +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-Archives-Salt: bf0e0e41-1327-4c91-8028-0f65efb3b197 X-Archives-Hash: ff3c80b57565f9e14f86515c78295392 commit: 53d0c78008e5b7cd47a4ab102642e5af15025d63 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 13 13:41:53 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 13 13:41:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d0c780 net-analyzer/vnstat: Do not inherit versionator. Package-Manager: Portage-2.3.11, Repoman-2.3.3 net-analyzer/vnstat/vnstat-1.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild index 2805e1d0d1c..c3c76c43018 100644 --- a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild +++ b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit systemd toolchain-funcs user versionator +inherit systemd toolchain-funcs user DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" HOMEPAGE="http://humdi.net/vnstat/"