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 626B41397E0 for ; Sun, 16 Aug 2015 23:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29FB5E0872; Sun, 16 Aug 2015 23:14:09 +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 7DB2BE0872 for ; Sun, 16 Aug 2015 23:14:08 +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 5F98F340A2B for ; Sun, 16 Aug 2015 23:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FCED14D for ; Sun, 16 Aug 2015 23:14:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439766620.b4f8c306f8c17127704de471f708cb681eaefcad.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild X-VCS-Directories: dev-ruby/rack-test/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b4f8c306f8c17127704de471f708cb681eaefcad X-VCS-Branch: master Date: Sun, 16 Aug 2015 23:14:05 +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: 0fca2cfb-bea1-4056-ae7a-0289bcb188fa X-Archives-Hash: 61e676fea90f1ce97476f512961310c7 commit: b4f8c306f8c17127704de471f708cb681eaefcad Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 16 23:10:20 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 16 23:10:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f8c306 dev-ruby/rack-test: amd64 stable wrt bug #543240 Package-Manager: portage-2.2.20.1 dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild b/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild index d328b92..5fadaf5 100644 --- a/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild +++ b/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/brynary/rack-test" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/rack-1.0'