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 D6295591DB for ; Fri, 12 Feb 2016 12:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C09421C04B; Fri, 12 Feb 2016 12:36:33 +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 D841821C006 for ; Fri, 12 Feb 2016 12:36:32 +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 0D0A4340C52 for ; Fri, 12 Feb 2016 12:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAE268EB for ; Fri, 12 Feb 2016 12:36:28 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1455280543.47a283b00ceb7894e5b4349e162615c4282cd099.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-support/rspec-support-3.4.1.ebuild X-VCS-Directories: dev-ruby/rspec-support/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 47a283b00ceb7894e5b4349e162615c4282cd099 X-VCS-Branch: master Date: Fri, 12 Feb 2016 12:36:28 +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: 79b04db3-fef1-43b4-bd50-7197816b3e8b X-Archives-Hash: a97fabb35b702b91b861d3f736c7e6d6 commit: 47a283b00ceb7894e5b4349e162615c4282cd099 Author: Fabian Groffen gentoo org> AuthorDate: Fri Feb 12 12:18:14 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Feb 12 12:35:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a283b0 dev-ruby/rspec-support: add Prefix keywords, bug #562452 Package-Manager: portage-2.2.20-prefix dev-ruby/rspec-support/rspec-support-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild b/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild index 027c3d2..b00fe32 100644 --- a/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild +++ b/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.4.0:3 )"