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 D1EE2138334 for ; Mon, 6 Aug 2018 08:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A48E2E084E; Mon, 6 Aug 2018 08:16:57 +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 70484E084E for ; Mon, 6 Aug 2018 08:16:57 +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 B42CE335C9F for ; Mon, 6 Aug 2018 08:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF743360 for ; Mon, 6 Aug 2018 08:16:53 +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: <1533543407.e3c0bdf4f73b4a153a94f16572535b284170f4df.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mimemagic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mimemagic/mimemagic-0.3.2.ebuild X-VCS-Directories: dev-ruby/mimemagic/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e3c0bdf4f73b4a153a94f16572535b284170f4df X-VCS-Branch: master Date: Mon, 6 Aug 2018 08:16:53 +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: b904f8e8-65dc-4b19-be69-da48c00b0a93 X-Archives-Hash: 92562c0c2b02971426f3d1701c5f6525 commit: e3c0bdf4f73b4a153a94f16572535b284170f4df Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Aug 6 08:14:57 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Aug 6 08:16:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c0bdf4 dev-ruby/mimemagic: keyworded 0.3.2 for ppc64, bug #654790 Package-Manager: Portage-2.3.44, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" dev-ruby/mimemagic/mimemagic-0.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild index afd105191c1..cae92781843 100644 --- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild +++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/minad/mimemagic" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon )"