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 69062138AE9 for ; Thu, 28 Dec 2017 18:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F146E0CAE; Thu, 28 Dec 2017 18:45:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 705B1E0CAE for ; Thu, 28 Dec 2017 18:45:08 +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 7FB00340BEA for ; Thu, 28 Dec 2017 18:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138EDAFBF for ; Thu, 28 Dec 2017 18:45:06 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1514485854.e58085e7d52a18131f63f29d72d49f7af35328d8.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e58085e7d52a18131f63f29d72d49f7af35328d8 X-VCS-Branch: master Date: Thu, 28 Dec 2017 18:45:06 +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: e536e552-c852-4f4a-9aa9-e03da6dffc5b X-Archives-Hash: 74e235ffd92d72d04c14676bfc094146 commit: e58085e7d52a18131f63f29d72d49f7af35328d8 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Dec 28 18:30:54 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Dec 28 18:30:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58085e7 dev-ruby/mime-types: x86 stable (bug #636568) Package-Manager: Portage-2.3.19, Repoman-2.3.6 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 7dc9ed50e23..9769dceaf59 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 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 )"