From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1242991-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 7003F1382C5
	for <garchives@archives.gentoo.org>; Tue, 19 Jan 2021 01:21:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9AEB7E0869;
	Tue, 19 Jan 2021 01:21:37 +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 7F18BE0869
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jan 2021 01:21:37 +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 D239E340E93
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jan 2021 01:21:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D17A92
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jan 2021 01:21:34 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1611019289.f52400a5c6d8a1e77597711e6e47da8369c452e0.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/colm/colm-0.14.6.ebuild
X-VCS-Directories: dev-util/colm/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f52400a5c6d8a1e77597711e6e47da8369c452e0
X-VCS-Branch: master
Date: Tue, 19 Jan 2021 01:21:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 93adafe1-0e61-46da-a557-1577fbc63dc4
X-Archives-Hash: bf38c2abbcafa58356383f1385339cc4

commit:     f52400a5c6d8a1e77597711e6e47da8369c452e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 01:21:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 01:21:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52400a5

dev-util/colm: add blocker on earlier dev-util/ragel

libfsm moved from ragel to colm.

Thanks-to: josef64
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/colm/colm-0.14.6.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/colm/colm-0.14.6.ebuild b/dev-util/colm/colm-0.14.6.ebuild
index 659b201eab5..5c71549dce1 100644
--- a/dev-util/colm/colm-0.14.6.ebuild
+++ b/dev-util/colm/colm-0.14.6.ebuild
@@ -20,6 +20,8 @@ BDEPEND="
 		dev-python/pygments
 	)
 "
+# libfsm moved from ragel -> colm
+RDEPEND="!<dev-util/ragel-7.0.0.12"
 
 src_prepare() {
 	default