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 EBEC0139085 for ; Sun, 15 Jan 2017 09:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A7A321C07D; Sun, 15 Jan 2017 09:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2699321C07D for ; Sun, 15 Jan 2017 09:24:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36967340C97 for ; Sun, 15 Jan 2017 09:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D13FA27C1 for ; Sun, 15 Jan 2017 09:23:57 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1484472230.4f0caae4bd30b6d92e80ce2ed93ece72897f3e74.graaff@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.2.9-r4.ebuild dev-ruby/redcloth/redcloth-4.3.2.ebuild X-VCS-Directories: dev-ruby/redcloth/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4f0caae4bd30b6d92e80ce2ed93ece72897f3e74 X-VCS-Branch: master Date: Sun, 15 Jan 2017 09:23:57 +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: 8718b195-8f60-4101-874a-0f74267be4a5 X-Archives-Hash: 3a47941ec7c38e37824614ec75633099 commit: 4f0caae4bd30b6d92e80ce2ed93ece72897f3e74 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 15 09:08:21 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jan 15 09:23:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0caae4 dev-ruby/redcloth: use compatible ragel version, bug 605670 Package-Manager: portage-2.3.0 dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild | 4 ++-- dev-ruby/redcloth/redcloth-4.3.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild b/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild index 850fc2a..e297045 100644 --- a/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,7 +31,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm 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" +DEPEND+=" =dev-util/ragel-6*" ruby_add_bdepend " >=dev-ruby/rake-0.8.7 diff --git a/dev-ruby/redcloth/redcloth-4.3.2.ebuild b/dev-ruby/redcloth/redcloth-4.3.2.ebuild index 28dd7b2..e59a3d0 100644 --- a/dev-ruby/redcloth/redcloth-4.3.2.ebuild +++ b/dev-ruby/redcloth/redcloth-4.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~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" +DEPEND+=" =dev-util/ragel-6*" ruby_add_bdepend " >=dev-ruby/rake-0.8.7