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 0B414138359 for ; Tue, 14 Jul 2020 16:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A0EE08FC; Tue, 14 Jul 2020 16:38:52 +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 E54FAE08FC for ; Tue, 14 Jul 2020 16:38:51 +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 9A2FF34F0FE for ; Tue, 14 Jul 2020 16:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 385A32EB for ; Tue, 14 Jul 2020 16:38:48 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1594744700.3a1ab5f14d86543468a245ba66cc22426086ba84.slyfox@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.5.0.ebuild X-VCS-Directories: dev-ruby/minitest-hooks/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3a1ab5f14d86543468a245ba66cc22426086ba84 X-VCS-Branch: master Date: Tue, 14 Jul 2020 16:38:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae224a71-be4f-4e07-b587-5dcfdfbb000e X-Archives-Hash: ba05ca2c6172280f477396825541bf49 commit: 3a1ab5f14d86543468a245ba66cc22426086ba84 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Jul 14 14:54:57 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jul 14 16:38:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1ab5f1 dev-ruby/minitest-hooks: keyworded 1.5.0 for sparc, bug #732324 Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild index bb7988eddac..373a09b01f9 100644 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE=""