From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1011724-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 EA27A138332 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 89933E09D7; 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 6386EE09D7 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Mar 2018 20:23:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BB5D9335C59 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 A51FF266 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: <1521750181.7bc6c20b740723d647676e722cea8b87fe99b6fc.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild X-VCS-Directories: dev-ruby/certificate_authority/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7bc6c20b740723d647676e722cea8b87fe99b6fc 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: f063723c-19e6-4fe9-97da-0f8aedecb38e X-Archives-Hash: 8149e2ae55b57c6ff82478f0989bfaac commit: 7bc6c20b740723d647676e722cea8b87fe99b6fc Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Mar 22 19:48:45 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Mar 22 20:23:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc6c20b dev-ruby/certificate_authority: Mark ~hppa too. Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --ignore-arches dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild | 4 ++-- dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild index b96935ebd5f..d767260bfe7 100644 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild +++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.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 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*" diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild index c5570afe278..319ff73f1d1 100644 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild +++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"