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 00CE11382C5 for ; Sat, 21 Apr 2018 22:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A881E082F; Sat, 21 Apr 2018 22:38:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1869FE082F for ; Sat, 21 Apr 2018 22:38:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08786335C80 for ; Sat, 21 Apr 2018 22:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7C0128B for ; Sat, 21 Apr 2018 22:38:45 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524349887.2f75e3abf8834bd37f08909bcd11ca3ede3f7619.bman@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.6.0.ebuild X-VCS-Directories: dev-ruby/rspec/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2f75e3abf8834bd37f08909bcd11ca3ede3f7619 X-VCS-Branch: master Date: Sat, 21 Apr 2018 22:38:45 +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: 3d4a54b2-92c9-4518-9705-23f7ee435a34 X-Archives-Hash: a1846bf29ebe1abb13dc8fdc47c49ecd commit: 2f75e3abf8834bd37f08909bcd11ca3ede3f7619 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 21 22:31:27 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 21 22:31:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f75e3ab dev-ruby/rspec: amd64 stable wrt bug #653658 Bug: https://bugs.gentoo.org/653658 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-ruby/rspec/rspec-3.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rspec/rspec-3.6.0.ebuild b/dev-ruby/rspec/rspec-3.6.0.ebuild index 99ccbda907e..f65afa8292a 100644 --- a/dev-ruby/rspec/rspec-3.6.0.ebuild +++ b/dev-ruby/rspec/rspec-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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)"