From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-963641-garchives=archives.gentoo.org@lists.gentoo.org>
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 185F0139694
	for <garchives@archives.gentoo.org>; Wed, 26 Jul 2017 10:32:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 460B41FC089;
	Wed, 26 Jul 2017 10:32:26 +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 256E91FC089
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2017 10:32:26 +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 21C12341782
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2017 10:32:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6975274BB
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2017 10:32:23 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1501065139.e3d68a5c35fabf20800b5b8dd6e754db8656f081.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/ragel/ragel-7.0.0.9.ebuild
X-VCS-Directories: dev-util/ragel/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: e3d68a5c35fabf20800b5b8dd6e754db8656f081
X-VCS-Branch: master
Date: Wed, 26 Jul 2017 10:32:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 029ca1fc-d681-4413-aaa4-a90cfb68b515
X-Archives-Hash: dd69d3448213e09ef0a98f696ff1a249

commit:     e3d68a5c35fabf20800b5b8dd6e754db8656f081
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:31:38 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 10:32:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d68a5c

dev-util/ragel: Depend on specific version of colm (bug #626244).

Unfortunately ragel's configure script checks for that exact version and
even fails if a newer installed version of colm is found.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/ragel/ragel-7.0.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ragel/ragel-7.0.0.9.ebuild b/dev-util/ragel/ragel-7.0.0.9.ebuild
index 54fc9ffd253..fb260ba4172 100644
--- a/dev-util/ragel/ragel-7.0.0.9.ebuild
+++ b/dev-util/ragel/ragel-7.0.0.9.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
 IUSE="vim-syntax"
 
-DEPEND="dev-util/colm"
+DEPEND="~dev-util/colm-0.13.0.4"
 RDEPEND="${DEPEND}"
 
 src_test() {