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 B89E2138331 for ; Sun, 2 Oct 2016 08:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1330DE0B6E; Sun, 2 Oct 2016 08:42:37 +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 AA315E0B6E for ; Sun, 2 Oct 2016 08:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 88CAF340BFD for ; Sun, 2 Oct 2016 08:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA1A424A3 for ; Sun, 2 Oct 2016 08:42:33 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1475397690.59b857200690c5138d71756e9543d1a5a49d2fa2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild X-VCS-Directories: dev-ruby/ruby_parser/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 59b857200690c5138d71756e9543d1a5a49d2fa2 X-VCS-Branch: master Date: Sun, 2 Oct 2016 08:42:33 +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: 03fcbeaa-7e9d-4c71-b284-54e08b1ae601 X-Archives-Hash: 370a13ebed9f2f295a2a97047b562113 commit: 59b857200690c5138d71756e9543d1a5a49d2fa2 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 2 08:41:30 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 2 08:41:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b85720 dev-ruby/ruby_parser: Stable for HPPA (bug #589690). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild b/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild index da701bc..ad9a3b3 100644 --- a/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild +++ b/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/seattlerb/ruby_parser" LICENSE="MIT" SLOT="3" -KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/sexp_processor-4.7.0:4