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 D609F1396D0 for ; Sun, 1 Oct 2017 00:56:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89E53E0DA2; Sun, 1 Oct 2017 00:56:42 +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 64375E0D9E for ; Sun, 1 Oct 2017 00:56:42 +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 54164341867 for ; Sun, 1 Oct 2017 00:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9864D90A0 for ; Sun, 1 Oct 2017 00:56:38 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1506818926.0730ea26bea2ca17f2d23f3a9f0941ba3d5d83e2.whissi@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.4.0.ebuild X-VCS-Directories: dev-ruby/redcarpet/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0730ea26bea2ca17f2d23f3a9f0941ba3d5d83e2 X-VCS-Branch: master Date: Sun, 1 Oct 2017 00:56:38 +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: 135ed9a9-a782-4825-b28a-71d3eb84e45b X-Archives-Hash: b939338d0737cbdb5bcdc62fc380b985 commit: 0730ea26bea2ca17f2d23f3a9f0941ba3d5d83e2 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 1 00:48:46 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 1 00:48:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0730ea26 dev-ruby/redcarpet: x86 stable (bug #614978) Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-ruby/redcarpet/redcarpet-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild b/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild index 4c93f8b6540..9e484d8cc2d 100644 --- a/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild +++ b/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/vmg/redcarpet" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~x86" +KEYWORDS="~amd64 arm ~arm64 ppc ppc64 x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/nokogiri )"