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 C47DE13888F for ; Sat, 10 Oct 2015 04:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 549A7E07FD; Sat, 10 Oct 2015 04:56:56 +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 0A398E07FD for ; Sat, 10 Oct 2015 04:56:55 +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 2AB82340662 for ; Sat, 10 Oct 2015 04:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A1ADEE for ; Sat, 10 Oct 2015 04:56:52 +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: <1444453002.14795bd969d8b4b6cf4980623ed1669a7f64fec6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild X-VCS-Directories: dev-ruby/rspec-core/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 14795bd969d8b4b6cf4980623ed1669a7f64fec6 X-VCS-Branch: master Date: Sat, 10 Oct 2015 04:56:52 +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: d63641c2-26b5-48ce-8011-d5a929046e16 X-Archives-Hash: ce7f84908807c1896d6dd042d97a214c commit: 14795bd969d8b4b6cf4980623ed1669a7f64fec6 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 10 04:55:22 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 10 04:56:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14795bd9 dev-ruby/rspec-core: Mark ~ppc64 (bug #562452). Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild b/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild index 4a9cec4..d53e242 100644 --- a/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~amd64 ~hppa ~ppc64" IUSE="highlight" SUBVERSION="$(get_version_component_range 1-2)"