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 02787139694 for ; Wed, 29 Mar 2017 02:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A5F821C207; Wed, 29 Mar 2017 02:06:35 +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 2813721C207 for ; Wed, 29 Mar 2017 02:06:25 +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 481EC341647 for ; Wed, 29 Mar 2017 02:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 589F573E8 for ; Wed, 29 Mar 2017 02:06:21 +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: <1490752980.0f522261ee22a6c9b1871d4483bf7594a2a2eaa0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hiera/hiera-3.2.2.ebuild X-VCS-Directories: dev-ruby/hiera/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0f522261ee22a6c9b1871d4483bf7594a2a2eaa0 X-VCS-Branch: master Date: Wed, 29 Mar 2017 02:06:21 +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: 7383b79b-ffb2-45a6-8d75-2dda4a27c432 X-Archives-Hash: 00e263f4768a7be59680822a09e99958 commit: 0f522261ee22a6c9b1871d4483bf7594a2a2eaa0 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 29 02:03:00 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Mar 29 02:03:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f522261 dev-ruby/hiera: Stable for HPPA (bug #580108). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches dev-ruby/hiera/hiera-3.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/hiera/hiera-3.2.2.ebuild b/dev-ruby/hiera/hiera-3.2.2.ebuild index 27ff74014bb..a11528c20b2 100644 --- a/dev-ruby/hiera/hiera-3.2.2.ebuild +++ b/dev-ruby/hiera/hiera-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://projects.puppetlabs.com/" LICENSE="Apache-2.0" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~amd64 hppa" ruby_add_bdepend "test? ( dev-ruby/mocha )"