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 B2503138334 for ; Thu, 11 Oct 2018 18:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BBDE095A; Thu, 11 Oct 2018 18:49:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4289FE0958 for ; Thu, 11 Oct 2018 18:49:21 +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 A45D3335D0C for ; Thu, 11 Oct 2018 18:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 588A842C for ; Thu, 11 Oct 2018 18:49:16 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539283739.f67d0ef6e5bbfab1e87d6795868ccb57b0349fbb.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec/rspec-3.7.0.ebuild X-VCS-Directories: dev-ruby/rspec/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: f67d0ef6e5bbfab1e87d6795868ccb57b0349fbb X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:49:16 +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: 01926278-56b8-45ef-9638-0549e7c377fa X-Archives-Hash: fa2def9dbf1af6a160225db42262f069 commit: f67d0ef6e5bbfab1e87d6795868ccb57b0349fbb Author: Tobias Klausmann gentoo org> AuthorDate: Thu Oct 11 17:28:22 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Oct 11 18:48:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67d0ef6 dev-ruby/rspec-3.7.0-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/666742 Signed-off-by: Tobias Klausmann gentoo.org> dev-ruby/rspec/rspec-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec/rspec-3.7.0.ebuild b/dev-ruby/rspec/rspec-3.7.0.ebuild index 526489db1bd..13d20137830 100644 --- a/dev-ruby/rspec/rspec-3.7.0.ebuild +++ b/dev-ruby/rspec/rspec-3.7.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rspec/rspec" LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="" SUBVERSION="$(get_version_component_range 1-2)"