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 40CCA1388C1 for ; Mon, 14 Dec 2015 14:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30B05E088D; Mon, 14 Dec 2015 14:12:31 +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 B93ADE088F for ; Mon, 14 Dec 2015 14:12:30 +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 D0983340831 for ; Mon, 14 Dec 2015 14:12:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA581C7B for ; Mon, 14 Dec 2015 14:12:26 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1450102235.691b0b52c4c1a96a22e39ae320931bd238da5e5f.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 691b0b52c4c1a96a22e39ae320931bd238da5e5f X-VCS-Branch: master Date: Mon, 14 Dec 2015 14:12:26 +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: 486ffcb1-02ce-497a-b0c7-ec94d6994b4a X-Archives-Hash: b04efcf6f39553d152c555c9b80455d7 commit: 691b0b52c4c1a96a22e39ae320931bd238da5e5f Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Dec 14 14:10:35 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Dec 14 14:10:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691b0b52 dev-ruby/rrdtool-bindings: amd64 stable wrt bug #567586 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> 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 810f889..0e22166 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 )"