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 C589B139694 for ; Tue, 11 Jul 2017 19:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 278712340B0; Tue, 11 Jul 2017 19:19:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 045622340B0 for ; Tue, 11 Jul 2017 19:19:06 +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 16CE83415B7 for ; Tue, 11 Jul 2017 19:19:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B8617497 for ; Tue, 11 Jul 2017 19:19:04 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1499800705.f1b74d8a66aaed6b3f1cc6ae5306a773891027c1.whissi@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.3.ebuild X-VCS-Directories: dev-ruby/rack-test/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f1b74d8a66aaed6b3f1cc6ae5306a773891027c1 X-VCS-Branch: master Date: Tue, 11 Jul 2017 19:19:04 +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: 5a9f375b-83b1-4447-969f-fba3516fa634 X-Archives-Hash: 03b724cf69989931bcbc481a5c90641f commit: f1b74d8a66aaed6b3f1cc6ae5306a773891027c1 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Jul 11 19:18:25 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Jul 11 19:18:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b74d8a dev-ruby/rack-test: Restore rack-test-0.6.3 keywords This partially reverts b12008f4cc905a6e6d1311ae5fe98eb1167a2c22 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ruby/rack-test/rack-test-0.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack-test/rack-test-0.6.3.ebuild b/dev-ruby/rack-test/rack-test-0.6.3.ebuild index 5d3686252f4..52a80be0b3f 100644 --- a/dev-ruby/rack-test/rack-test-0.6.3.ebuild +++ b/dev-ruby/rack-test/rack-test-0.6.3.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brynary/rack-test" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~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:*"