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 7D63A139084 for ; Sun, 10 Dec 2017 22:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B73D7E0F73; Sun, 10 Dec 2017 22:39:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F895E0F73 for ; Sun, 10 Dec 2017 22:39:35 +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 BFADC33BF55 for ; Sun, 10 Dec 2017 22:39:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 661E2AE7C for ; Sun, 10 Dec 2017 22:39:33 +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: <1512945568.00458a39c1eb6a122da32f38fefa764d0acdbcdf.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/redcloth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/redcloth/redcloth-4.3.2.ebuild X-VCS-Directories: dev-ruby/redcloth/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 00458a39c1eb6a122da32f38fefa764d0acdbcdf X-VCS-Branch: master Date: Sun, 10 Dec 2017 22:39:33 +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: e3494897-a797-4d64-a087-0ffe7cd1eab6 X-Archives-Hash: 02b407110c2c46830df1c0fb4b13bb4a commit: 00458a39c1eb6a122da32f38fefa764d0acdbcdf Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Dec 10 22:39:01 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Dec 10 22:39:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00458a39 dev-ruby/redcloth: stable 4.3.2 for ppc/ppc64, bug #639720 Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64" dev-ruby/redcloth/redcloth-4.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/redcloth/redcloth-4.3.2.ebuild b/dev-ruby/redcloth/redcloth-4.3.2.ebuild index 680fbe1910d..0102f52e271 100644 --- a/dev-ruby/redcloth/redcloth-4.3.2.ebuild +++ b/dev-ruby/redcloth/redcloth-4.3.2.ebuild @@ -26,7 +26,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/redcloth/archive/v${PV}.tar.gz -> ${R LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND+=" =dev-util/ragel-6*"