From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-904473-garchives=archives.gentoo.org@lists.gentoo.org> 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 CC145138330 for <garchives@archives.gentoo.org>; Sun, 2 Oct 2016 12:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 217B3E0B8A; Sun, 2 Oct 2016 12:32:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 07016E0B8A for <gentoo-commits@lists.gentoo.org>; Sun, 2 Oct 2016 12:32:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC8C6340CC4 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Oct 2016 12:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5BA2490 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Oct 2016 12:32:53 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1475411571.70ac02caf57da5102c5261d4fc96ddf9a4f2847b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack/rack-2.0.1.ebuild X-VCS-Directories: dev-ruby/rack/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 70ac02caf57da5102c5261d4fc96ddf9a4f2847b X-VCS-Branch: master Date: Sun, 2 Oct 2016 12:32:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ca5f8882-20c9-4cbf-8076-04a31c447a1d X-Archives-Hash: baaf74542f256300fa509f1c1a8ba934 commit: 70ac02caf57da5102c5261d4fc96ddf9a4f2847b Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 12:32:32 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Oct 2 12:32:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ac02ca dev-ruby/rack: Mark ~hppa ~ppc64 (bug #587756). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-ruby/rack/rack-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack/rack-2.0.1.ebuild b/dev-ruby/rack/rack-2.0.1.ebuild index 9a30bfb..3cd34d3 100644 --- a/dev-ruby/rack/rack-2.0.1.ebuild +++ b/dev-ruby/rack/rack-2.0.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://rack.github.com/" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )