From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-907313-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 71BD6138602 for <garchives@archives.gentoo.org>; Fri, 21 Oct 2016 03:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E896FE083C; Fri, 21 Oct 2016 03:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD295E083C for <gentoo-commits@lists.gentoo.org>; Fri, 21 Oct 2016 03:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07423341627 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Oct 2016 03:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A156249D for <gentoo-commits@lists.gentoo.org>; Fri, 21 Oct 2016 03:29:53 +0000 (UTC) From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1477020574.edec119618c33d7d445db16c7ae5d92d1686142f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dstat/dstat-0.7.3.ebuild X-VCS-Directories: sys-apps/dstat/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: edec119618c33d7d445db16c7ae5d92d1686142f X-VCS-Branch: master Date: Fri, 21 Oct 2016 03:29:53 +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-Archives-Salt: e09c5a7b-9a5f-49fc-9588-2ca78810bd16 X-Archives-Hash: 6942846e83651ebe43b7ac3039c10bdc commit: edec119618c33d7d445db16c7ae5d92d1686142f Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Oct 21 03:29:34 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 03:29:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edec1196 sys-apps/dstat: Stable for HPPA PPC64 (bug #593570). Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches sys-apps/dstat/dstat-0.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild index 48d9b66..6a84316 100644 --- a/sys-apps/dstat/dstat-0.7.3.ebuild +++ b/sys-apps/dstat/dstat-0.7.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="wifi doc examples" RDEPEND="wifi? ( net-wireless/python-wifi )"