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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3075158088 for ; Sat, 15 Jan 2022 22:01:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CEA2BC01A; Sat, 15 Jan 2022 22:01:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29CAE2BC01A for ; Sat, 15 Jan 2022 22:01:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F09F834301B for ; Sat, 15 Jan 2022 22:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88BA2246 for ; Sat, 15 Jan 2022 22:01:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642284073.eb694917c0041b75d0d50be76baf919072fd7db4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mime-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mime-types/mime-types-2.99.3.ebuild X-VCS-Directories: dev-ruby/mime-types/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eb694917c0041b75d0d50be76baf919072fd7db4 X-VCS-Branch: master Date: Sat, 15 Jan 2022 22:01:43 +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: c8d27563-8193-4855-9a52-234328f9e782 X-Archives-Hash: 31118f90c491010d04280d5b732f1309 commit: eb694917c0041b75d0d50be76baf919072fd7db4 Author: Sam James gentoo org> AuthorDate: Sat Jan 15 21:59:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 15 22:01:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb694917 dev-ruby/mime-types: Stabilize 2.99.3 arm64, #831218 Signed-off-by: Sam James gentoo.org> dev-ruby/mime-types/mime-types-2.99.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mime-types/mime-types-2.99.3.ebuild b/dev-ruby/mime-types/mime-types-2.99.3.ebuild index 72d349649371..93428429d76d 100644 --- a/dev-ruby/mime-types/mime-types-2.99.3.ebuild +++ b/dev-ruby/mime-types/mime-types-2.99.3.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types" LICENSE="MIT Artistic GPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~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 )"