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 B43B4139694 for ; Tue, 14 Feb 2017 09:28:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6050021C028; Tue, 14 Feb 2017 09:28:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 43CA821C028 for ; Tue, 14 Feb 2017 09:28:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 51982341026 for ; Tue, 14 Feb 2017 09:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D26A4760 for ; Tue, 14 Feb 2017 09:28:15 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487064485.55624b4d5c4eaa98a6ae871e72088653bd48f18d.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/method_source/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/method_source/method_source-0.8.2-r3.ebuild X-VCS-Directories: dev-ruby/method_source/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 55624b4d5c4eaa98a6ae871e72088653bd48f18d X-VCS-Branch: master Date: Tue, 14 Feb 2017 09:28:15 +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: b52cd0b1-277f-40c3-bbde-338b326d6f12 X-Archives-Hash: 99c9fe4221330ce687c340fd825107e6 commit: 55624b4d5c4eaa98a6ae871e72088653bd48f18d Author: Michael Weber gentoo org> AuthorDate: Tue Feb 14 09:24:15 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Feb 14 09:28:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55624b4d dev-ruby/method_source: Add ~ppc keyword (bug 583390). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/method_source/method_source-0.8.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild index 0414152ae0..7207aaf49a 100644 --- a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild +++ b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"