From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-993380-garchives=archives.gentoo.org@lists.gentoo.org> 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 2A411138AE9 for <garchives@archives.gentoo.org>; Wed, 27 Dec 2017 20:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E04A9E0F55; Wed, 27 Dec 2017 20:06:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C4152E0F55 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2017 20:06:06 +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 D313033FE49 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2017 20:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574D8AF91 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2017 20:06:04 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> 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" <slyfox@gentoo.org> Message-ID: <1514405154.b7b013a700ad5047eb30492805f019cde3e5524e.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: b7b013a700ad5047eb30492805f019cde3e5524e X-VCS-Branch: master Date: Wed, 27 Dec 2017 20:06:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5ba565f-7e6d-4293-aa8b-84fd56c37a24 X-Archives-Hash: 9c4f6f0944634a7d42c89f68869d6f29 commit: b7b013a700ad5047eb30492805f019cde3e5524e Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Dec 27 19:58:35 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Dec 27 20:05:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b013a7 dev-ruby/mime-types: stable 2.99.2 for ia64, bug #636568 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" 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 1e2999800ce..7dc9ed50e23 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 )"