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 A39A2139694 for ; Wed, 29 Mar 2017 02:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3937A21C1FE; Wed, 29 Mar 2017 02:06:25 +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 172E621C1FE for ; Wed, 29 Mar 2017 02:06:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4631B341645 for ; Wed, 29 Mar 2017 02:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C34D73E9 for ; Wed, 29 Mar 2017 02:06:21 +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: <1490753057.37b38c3d327e9d10efe995b4619f74b43a96b0c4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-its/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild X-VCS-Directories: dev-ruby/rspec-its/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 37b38c3d327e9d10efe995b4619f74b43a96b0c4 X-VCS-Branch: master Date: Wed, 29 Mar 2017 02:06:21 +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: 7a1c5faf-13c4-4492-aad6-53e5220ce504 X-Archives-Hash: 6aaef1e4f4a1c019ddbbea7a2582e630 commit: 37b38c3d327e9d10efe995b4619f74b43a96b0c4 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 29 02:04:17 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Mar 29 02:04:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b38c3d dev-ruby/rspec-its: Stable for HPPA (bug #606804). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild b/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild index 98714d6faf3..2f0bd0967f7 100644 --- a/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild +++ b/dev-ruby/rspec-its/rspec-its-1.2.0-r1.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 EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rspec/rspec-its" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rspec-core-3.0.0 >=dev-ruby/rspec-expectations-3.0.0"