From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AFFE41384B4 for ; Sat, 26 Dec 2015 12:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F24A4E07FA; Sat, 26 Dec 2015 12:07:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B41BE07FA for ; Sat, 26 Dec 2015 12:07:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D66D23407D2 for ; Sat, 26 Dec 2015 12:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B605ACEE for ; Sat, 26 Dec 2015 12:07:14 +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: <1451131628.35ac377776d92fe4e5f089e028ae40f07e78c641.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.5.5.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 35ac377776d92fe4e5f089e028ae40f07e78c641 X-VCS-Branch: master Date: Sat, 26 Dec 2015 12:07:14 +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: b106317d-ce43-42fd-918b-1498e3aa0e36 X-Archives-Hash: 8378776567242fb00f1cbe15c3ab858a commit: 35ac377776d92fe4e5f089e028ae40f07e78c641 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 26 12:06:16 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 26 12:07:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ac3777 net-analyzer/rrdtool: Stable for PPC64 (bug #567586). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches net-analyzer/rrdtool/rrdtool-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild b/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild index de703fd..31d09a0 100644 --- a/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"