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 01FA713835A for ; Mon, 18 Jan 2021 23:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01997E0843; Mon, 18 Jan 2021 23:05:34 +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 DEACBE0843 for ; Mon, 18 Jan 2021 23:05:33 +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 B8D10340A9D for ; Mon, 18 Jan 2021 23:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A6749F for ; Mon, 18 Jan 2021 23:05:31 +0000 (UTC) From: "Sam James" 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" Message-ID: <1611011027.ae07d975c5a7f0a581a8570ddbfa26915ae87c2d.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: ae07d975c5a7f0a581a8570ddbfa26915ae87c2d X-VCS-Branch: master Date: Mon, 18 Jan 2021 23:05:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b4a4e6f-c17d-4dab-8f0c-1a944a0c79fa X-Archives-Hash: cc52567672668ca5fc3a582c118584b8 commit: ae07d975c5a7f0a581a8570ddbfa26915ae87c2d Author: Sam James gentoo org> AuthorDate: Mon Jan 18 23:03:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 18 23:03:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae07d975 dev-util/colm: add note re cmake Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-util/colm/colm-0.14.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/colm/colm-0.14.6.ebuild b/dev-util/colm/colm-0.14.6.ebuild index 7ff5eff90c4..659b201eab5 100644 --- a/dev-util/colm/colm-0.14.6.ebuild +++ b/dev-util/colm/colm-0.14.6.ebuild @@ -48,4 +48,5 @@ src_install() { # NOTE: dev-util/ragel needs the static libraries # and .la files, unfortunately. + # (May have better luck if we use the CMake port?) }