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 E11F913888F for ; Mon, 26 Oct 2015 05:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8C4E07FB; Mon, 26 Oct 2015 05:55:11 +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 2BA9AE07FB for ; Mon, 26 Oct 2015 05:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FE893406C7 for ; Mon, 26 Oct 2015 05:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B479A192C for ; Mon, 26 Oct 2015 05:55:05 +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: <1445838901.d0a22d0364f6d3992d3a679f40df98adb045611e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/webmock/webmock-1.22.1.ebuild X-VCS-Directories: dev-ruby/webmock/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d0a22d0364f6d3992d3a679f40df98adb045611e X-VCS-Branch: master Date: Mon, 26 Oct 2015 05:55:05 +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: 6176c431-5e37-4a39-93e1-7aaf75d43a4d X-Archives-Hash: 53c739647396a415fc1429d3c3d42121 commit: d0a22d0364f6d3992d3a679f40df98adb045611e Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 26 05:54:43 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Oct 26 05:55:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a22d03 dev-ruby/webmock: Mark ~ppc64 (bug #563858). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches dev-ruby/webmock/webmock-1.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/webmock/webmock-1.22.1.ebuild b/dev-ruby/webmock/webmock-1.22.1.ebuild index d6ce0a9..9dbacf4 100644 --- a/dev-ruby/webmock/webmock-1.22.1.ebuild +++ b/dev-ruby/webmock/webmock-1.22.1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/bblimke/webmock" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" IUSE="" ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 dev-ruby/hashdiff"