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 1FBE5138334 for ; Fri, 3 Aug 2018 23:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05964E07EA; Fri, 3 Aug 2018 23:09:48 +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 C7C76E07EA for ; Fri, 3 Aug 2018 23:09:47 +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 9F04A335CCD for ; Fri, 3 Aug 2018 23:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 199AF380 for ; Fri, 3 Aug 2018 23:09:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1533337772.ea6eaa0c8704b717143d39acdf15e36b1786d7e3.slyfox@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-1.1.0.ebuild X-VCS-Directories: dev-ruby/rack-test/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ea6eaa0c8704b717143d39acdf15e36b1786d7e3 X-VCS-Branch: master Date: Fri, 3 Aug 2018 23:09:44 +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: 72cda992-2ab4-4b5c-87e4-01b5ff42057a X-Archives-Hash: ed99523a587016210c368977fc93ee7a commit: ea6eaa0c8704b717143d39acdf15e36b1786d7e3 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Aug 3 23:09:05 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Aug 3 23:09:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6eaa0c dev-ruby/rack-test: keyworded 1.1.0 for ppc64, bug #661564 Package-Manager: Portage-2.3.44, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" dev-ruby/rack-test/rack-test-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack-test/rack-test-1.1.0.ebuild b/dev-ruby/rack-test/rack-test-1.1.0.ebuild index 1cf5da7c833..54410497e14 100644 --- a/dev-ruby/rack-test/rack-test-1.1.0.ebuild +++ b/dev-ruby/rack-test/rack-test-1.1.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rack-test/rack-test/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="1.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rack-1.0:*