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 B2BC31384B4 for ; Sat, 26 Dec 2015 10:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05ECAE07EC; Sat, 26 Dec 2015 10:14:45 +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 A50A5E07EC for ; Sat, 26 Dec 2015 10:14:44 +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 B444E340813 for ; Sat, 26 Dec 2015 10:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D4ADA4B for ; Sat, 26 Dec 2015 10:14:38 +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: <1451124802.fb4f4f0542b3ac631f53db985489966ac1b7d8e5.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.5.5.ebuild X-VCS-Directories: dev-ruby/rrdtool-bindings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: fb4f4f0542b3ac631f53db985489966ac1b7d8e5 X-VCS-Branch: master Date: Sat, 26 Dec 2015 10:14:38 +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: 9ed58088-5542-43c2-bf82-073687945647 X-Archives-Hash: f1558c6f40effff8f822ea20c422071c commit: fb4f4f0542b3ac631f53db985489966ac1b7d8e5 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 26 10:13:22 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 26 10:13:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4f4f05 dev-ruby/rrdtool-bindings: Stable for HPPA (bug #567586). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild index 0e22166..896c2b7 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild @@ -20,7 +20,7 @@ RUBY_S="$MY_P"/bindings/ruby 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="graph test" REQUIRED_USE="test? ( graph )"