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 59C9313888F for ; Sat, 10 Oct 2015 06:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1B7A21C005; Sat, 10 Oct 2015 06:33:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8CE4E0817 for ; Sat, 10 Oct 2015 06:33:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E80F634068A for ; Sat, 10 Oct 2015 06:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7EC27A for ; Sat, 10 Oct 2015 06:33:00 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1444458711.f0d2a070a1a65b6edf8d096f2b01dc1ef15eabda.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/redcarpet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/redcarpet/redcarpet-3.3.3.ebuild X-VCS-Directories: dev-ruby/redcarpet/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f0d2a070a1a65b6edf8d096f2b01dc1ef15eabda X-VCS-Branch: master Date: Sat, 10 Oct 2015 06:33:00 +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: 10029b0d-60da-478f-ab95-0dfae9600ee0 X-Archives-Hash: fc34c4c073e2c6707199824344f93a9a commit: f0d2a070a1a65b6edf8d096f2b01dc1ef15eabda Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 10 06:14:18 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 10 06:31:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d2a070 dev-ruby/redcarpet: Mark ~ppc64 (bug #553928). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches dev-ruby/redcarpet/redcarpet-3.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/redcarpet/redcarpet-3.3.3.ebuild b/dev-ruby/redcarpet/redcarpet-3.3.3.ebuild index b9cf190..83d91ce 100644 --- a/dev-ruby/redcarpet/redcarpet-3.3.3.ebuild +++ b/dev-ruby/redcarpet/redcarpet-3.3.3.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/vmg/redcarpet" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/nokogiri )"