From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 74AED138262 for ; Sat, 21 May 2016 10:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 946E221C028; Sat, 21 May 2016 10:08:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19C9C21C028 for ; Sat, 21 May 2016 10:08:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7BA7340B54 for ; Sat, 21 May 2016 10:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E278697E for ; Sat, 21 May 2016 10:08:18 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1463825285.fd186b3d7328fe082af56e6c29a875b23efda575.grobian@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-3.0-r1.ebuild X-VCS-Directories: dev-ruby/mime-types/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: fd186b3d7328fe082af56e6c29a875b23efda575 X-VCS-Branch: master Date: Sat, 21 May 2016 10:08:18 +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: 904b4dd9-8be9-4c2f-964f-0188b30b9e0b X-Archives-Hash: f0a470c436fca08d8048c4a21bb2d09d commit: fd186b3d7328fe082af56e6c29a875b23efda575 Author: Fabian Groffen gentoo org> AuthorDate: Sat May 21 10:08:05 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat May 21 10:08:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd186b3d dev-ruby/mime-types: added Prefix keywords, bug #583470 Package-Manager: portage-2.2.28 dev-ruby/mime-types/mime-types-3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mime-types/mime-types-3.0-r1.ebuild b/dev-ruby/mime-types/mime-types-3.0-r1.ebuild index 79cbc4e..bfbf1d6 100644 --- a/dev-ruby/mime-types/mime-types-3.0-r1.ebuild +++ b/dev-ruby/mime-types/mime-types-3.0-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~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 dev-ruby/minitest-bonus-assertions:2 )"