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 108CC138335 for ; Thu, 3 Jan 2019 19:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F3E3E0ACE; Thu, 3 Jan 2019 19:23:42 +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 EAF09E0ACE for ; Thu, 3 Jan 2019 19:23:41 +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 A6780335D07 for ; Thu, 3 Jan 2019 19:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1920A507 for ; Thu, 3 Jan 2019 19:23:39 +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: <1546543411.90c0ec208e737b26edbe6732ddfec48f96479791.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/marcel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/marcel/marcel-0.3.2-r1.ebuild X-VCS-Directories: dev-ruby/marcel/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 90c0ec208e737b26edbe6732ddfec48f96479791 X-VCS-Branch: master Date: Thu, 3 Jan 2019 19:23:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82687c67-5024-4f09-a7ca-c0fec22bf982 X-Archives-Hash: 1da2ae8e2f22079663997e3bc24945dc commit: 90c0ec208e737b26edbe6732ddfec48f96479791 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jan 3 19:20:02 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jan 3 19:23:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c0ec20 dev-ruby/marcel: keyworded 0.3.2-r1 for ppc, bug #654790 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.53, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-ruby/marcel/marcel-0.3.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/marcel/marcel-0.3.2-r1.ebuild b/dev-ruby/marcel/marcel-0.3.2-r1.ebuild index b6e40ae0998..30c7c7144c2 100644 --- a/dev-ruby/marcel/marcel-0.3.2-r1.ebuild +++ b/dev-ruby/marcel/marcel-0.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/basecamp/marcel" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"