From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1011723-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 E2D5F1382C5 for <garchives@archives.gentoo.org>; Thu, 22 Mar 2018 20:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AF88E09DB; Thu, 22 Mar 2018 20:23:57 +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 44D70E09D7 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Mar 2018 20:23:57 +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 13CBB335C2E for <gentoo-commits@lists.gentoo.org>; Thu, 22 Mar 2018 20:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 578C5258 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Mar 2018 20:23: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: <1521750171.c5f2b1c55fbd2ee48008510a934b0300c5bb9909.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/method_source/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/method_source/method_source-0.8.2-r3.ebuild dev-ruby/method_source/method_source-0.9.0.ebuild X-VCS-Directories: dev-ruby/method_source/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c5f2b1c55fbd2ee48008510a934b0300c5bb9909 X-VCS-Branch: master Date: Thu, 22 Mar 2018 20:23: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: d73621c5-0d8b-4806-92a0-2fb14f41564a X-Archives-Hash: 55bfb0ccbb5ec86d137ec93b9b362b1b commit: c5f2b1c55fbd2ee48008510a934b0300c5bb9909 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Mar 22 19:46:54 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Mar 22 20:22:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f2b1c5 dev-ruby/method_source: Mark ~hppa too. Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --ignore-arches dev-ruby/method_source/method_source-0.8.2-r3.ebuild | 4 ++-- dev-ruby/method_source/method_source-0.9.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild index 7ae0e6e83b0..0c1f13b1008 100644 --- a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild +++ b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )" diff --git a/dev-ruby/method_source/method_source-0.9.0.ebuild b/dev-ruby/method_source/method_source-0.9.0.ebuild index d92be735886..a53f7d34576 100644 --- a/dev-ruby/method_source/method_source-0.9.0.ebuild +++ b/dev-ruby/method_source/method_source-0.9.0.ebuild @@ -16,4 +16,4 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"