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 9E075139695 for ; Fri, 26 May 2017 07:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D68D21C23B; Fri, 26 May 2017 07:08:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6A9B021C122 for ; Fri, 26 May 2017 07:08:07 +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 1550134168E for ; Fri, 26 May 2017 07:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A89F4745D for ; Fri, 26 May 2017 07:08:04 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1495782471.8179c0e0bec570fa0802c4a0369478a356c693b8.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild X-VCS-Directories: dev-ruby/minitest-hooks/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 8179c0e0bec570fa0802c4a0369478a356c693b8 X-VCS-Branch: master Date: Fri, 26 May 2017 07:08:04 +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: fa15a6b3-8c4d-4822-8a40-a1eee1b9e8d4 X-Archives-Hash: 0dc243eda60c0650af0af19899356c9c commit: 8179c0e0bec570fa0802c4a0369478a356c693b8 Author: Michael Weber gentoo org> AuthorDate: Fri May 26 07:04:38 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri May 26 07:07:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8179c0e0 dev-ruby/minitest-hooks: add ~ppc keyword (bug 583470). Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild index ac30f2ce26e..a8070f86cec 100644 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.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 @@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64" IUSE=""