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 C2608139696 for ; Sat, 18 Feb 2017 08:51:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF41821C08A; Sat, 18 Feb 2017 08:51:46 +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 AB61D21C08A for ; Sat, 18 Feb 2017 08:51:46 +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 5424E340C9F for ; Sat, 18 Feb 2017 08:51:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D3254BEA for ; Sat, 18 Feb 2017 08:51:42 +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: <1487407884.9b9b13a6c5eae6c092408ef61ec30700b5f481b2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rrdtool-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild X-VCS-Directories: dev-ruby/rrdtool-bindings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9b9b13a6c5eae6c092408ef61ec30700b5f481b2 X-VCS-Branch: master Date: Sat, 18 Feb 2017 08:51:42 +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: 1c16300b-871e-48f0-8437-8cf7bf0709ce X-Archives-Hash: 80337f440bfe5bb9e654c30be20cd97f commit: 9b9b13a6c5eae6c092408ef61ec30700b5f481b2 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 18 08:40:04 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 18 08:51:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9b13a6 dev-ruby/rrdtool-bindings: Stable for PPC64 (bug #597174). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild index 54acdbcad5..1b2cbe530f 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild @@ -20,7 +20,7 @@ RUBY_S="$MY_P"/bindings/ruby LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="graph test" REQUIRED_USE="test? ( graph )"