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 BB517139345 for ; Mon, 12 Jul 2021 18:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEB2E0D3E; Mon, 12 Jul 2021 18:38:19 +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 E5667E0D3E for ; Mon, 12 Jul 2021 18:38:18 +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 D77A7340A03 for ; Mon, 12 Jul 2021 18:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 336D05C4 for ; Mon, 12 Jul 2021 18:38:15 +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: <1626115088.86d8ea5580c61c5a213763def4d6018b9558e6f8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/did_you_mean/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild X-VCS-Directories: dev-ruby/did_you_mean/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 86d8ea5580c61c5a213763def4d6018b9558e6f8 X-VCS-Branch: master Date: Mon, 12 Jul 2021 18:38:15 +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: 449bdaed-bca8-43d4-974d-b03ad405bc70 X-Archives-Hash: 9313e84f10cadb5c8bd5c67a7c4008c0 commit: 86d8ea5580c61c5a213763def4d6018b9558e6f8 Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon Jul 12 18:26:19 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Jul 12 18:38:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d8ea55 dev-ruby/did_you_mean: stable 1.4.0 for hppa/sparc, bug #801439 Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild index 0f04623fd01..8e7a26140e1 100644 --- a/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild +++ b/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean" LICENSE="MIT" SLOT="2.6" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~mips ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"