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 0B0A1138AE9 for ; Fri, 29 Dec 2017 00:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74985E0E63; Fri, 29 Dec 2017 00:20:39 +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 543E4E0E63 for ; Fri, 29 Dec 2017 00:20:39 +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 7D7F033BE2E for ; Fri, 29 Dec 2017 00:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D996AFC2 for ; Fri, 29 Dec 2017 00:20:35 +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: <1514506824.03d6dc211dcc36b9ee318b1d26b59827a5890da7.slyfox@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.2.ebuild X-VCS-Directories: dev-ruby/mime-types/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 03d6dc211dcc36b9ee318b1d26b59827a5890da7 X-VCS-Branch: master Date: Fri, 29 Dec 2017 00:20:35 +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: 92cfdea5-c88d-4360-a000-e5117a0496ee X-Archives-Hash: eecf217c766aa9001bb7b6d5d9841f12 commit: 03d6dc211dcc36b9ee318b1d26b59827a5890da7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Dec 28 23:45:49 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Dec 29 00:20:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d6dc21 dev-ruby/mime-types: stable 2.99.2 for sparc, bug #636568 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" dev-ruby/mime-types/mime-types-2.99.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mime-types/mime-types-2.99.2.ebuild b/dev-ruby/mime-types/mime-types-2.99.2.ebuild index 9769dceaf59..0bd78b11e9b 100644 --- a/dev-ruby/mime-types/mime-types-2.99.2.ebuild +++ b/dev-ruby/mime-types/mime-types-2.99.2.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 ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"