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 2490F1382C5 for ; Sat, 17 Mar 2018 07:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BCDAE07AE; Sat, 17 Mar 2018 07:06:25 +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 D6B1FE07AE for ; Sat, 17 Mar 2018 07:06:24 +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 DD2D7335C82 for ; Sat, 17 Mar 2018 07:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C6C3232 for ; Sat, 17 Mar 2018 07:06:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1521270355.7ea96a669c13bcd8627690b4b2d1628fb9936da6.mattst88@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.5.1.ebuild net-analyzer/pmacct/pmacct-1.6.2.ebuild X-VCS-Directories: net-analyzer/pmacct/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7ea96a669c13bcd8627690b4b2d1628fb9936da6 X-VCS-Branch: master Date: Sat, 17 Mar 2018 07:06:21 +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: 8645dad0-1cb2-45f7-ab41-7ef56fd5ecc1 X-Archives-Hash: b488a12abcc3d2cf8a1c4f5ff07aa3d0 commit: 7ea96a669c13bcd8627690b4b2d1628fb9936da6 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 17 07:05:55 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 17 07:05:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea96a66 net-analyzer/pmacct: Drop ppc keywords, bug 635084 net-analyzer/pmacct/pmacct-1.5.1.ebuild | 2 +- net-analyzer/pmacct/pmacct-1.6.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pmacct/pmacct-1.5.1.ebuild b/net-analyzer/pmacct/pmacct-1.5.1.ebuild index 22ffb38dbf1..42f78533f6a 100644 --- a/net-analyzer/pmacct/pmacct-1.5.1.ebuild +++ b/net-analyzer/pmacct/pmacct-1.5.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://www.pmacct.net/${P/_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="64bit debug geoip ipv6 mongodb mysql postgres sqlite threads ulog" RDEPEND=" diff --git a/net-analyzer/pmacct/pmacct-1.6.2.ebuild b/net-analyzer/pmacct/pmacct-1.6.2.ebuild index 0b22f3b865c..72d65265800 100644 --- a/net-analyzer/pmacct/pmacct-1.6.2.ebuild +++ b/net-analyzer/pmacct/pmacct-1.6.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://www.pmacct.net/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="64bit debug geoip geoipv2 ipv6 jansson kafka mongodb mysql nflog postgres rabbitmq sqlite threads" REQUIRED_USE=" ?? ( geoip geoipv2 )