From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-952060-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 9A0AD139694 for <garchives@archives.gentoo.org>; Fri, 26 May 2017 07:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9446B21C255; Fri, 26 May 2017 07:08:07 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74F5C21C23B for <gentoo-commits@lists.gentoo.org>; Fri, 26 May 2017 07:08:07 +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 9D8303416A4 for <gentoo-commits@lists.gentoo.org>; Fri, 26 May 2017 07:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E23D57469 for <gentoo-commits@lists.gentoo.org>; Fri, 26 May 2017 07:08:04 +0000 (UTC) From: "Michael Weber" <xmw@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, "Michael Weber" <xmw@gentoo.org> Message-ID: <1495782477.4c532a6d9e72b88fcd27c8d48ad417e3d71932fb.xmw@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 dev-ruby/mime-types/mime-types-3.1.ebuild X-VCS-Directories: dev-ruby/mime-types/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 4c532a6d9e72b88fcd27c8d48ad417e3d71932fb X-VCS-Branch: master Date: Fri, 26 May 2017 07:08: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: a01a303e-2e5c-4993-8de3-79fbd81767b0 X-Archives-Hash: 6247379f0250c145ecb344805eadedbb commit: 4c532a6d9e72b88fcd27c8d48ad417e3d71932fb Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Fri May 26 07:07:37 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Fri May 26 07:07:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c532a6d dev-ruby/mime-types: add ~ppc keyword (bug 583470). Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" dev-ruby/mime-types/mime-types-3.0-r1.ebuild | 4 ++-- dev-ruby/mime-types/mime-types-3.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 7c73f9a94c5..ddf3a4c8152 100644 --- a/dev-ruby/mime-types/mime-types-3.0-r1.ebuild +++ b/dev-ruby/mime-types/mime-types-3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types" LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~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 )" diff --git a/dev-ruby/mime-types/mime-types-3.1.ebuild b/dev-ruby/mime-types/mime-types-3.1.ebuild index cf831ad62c1..1c332867ac6 100644 --- a/dev-ruby/mime-types/mime-types-3.1.ebuild +++ b/dev-ruby/mime-types/mime-types-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types" LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/minitest-bonus-assertions:2 dev-ruby/minitest-hooks:1 )"