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 38341138359 for ; Mon, 7 Sep 2020 09:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2042CE094F; Mon, 7 Sep 2020 09:43:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0B6E7E094F for ; Mon, 7 Sep 2020 09:43:07 +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 C0613340ADB for ; Mon, 7 Sep 2020 09:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B9B1353 for ; Mon, 7 Sep 2020 09:43:04 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1599471779.0b2430f155aa5606f7c50faad7c5537052a29afb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ignition-msgs/ignition-msgs-5.3.0.ebuild X-VCS-Directories: net-libs/ignition-msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0b2430f155aa5606f7c50faad7c5537052a29afb X-VCS-Branch: master Date: Mon, 7 Sep 2020 09:43:04 +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: 0131c98e-45a3-4d44-a844-e014f6d7895e X-Archives-Hash: 100458a10dc1e9f71204dbff92676712 commit: 0b2430f155aa5606f7c50faad7c5537052a29afb Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 7 09:40:25 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 7 09:42:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2430f1 net-libs/ignition-msgs: switch to cmake eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> net-libs/ignition-msgs/ignition-msgs-5.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ignition-msgs/ignition-msgs-5.3.0.ebuild b/net-libs/ignition-msgs/ignition-msgs-5.3.0.ebuild index d7d923a8efe..72fb7b12fab 100644 --- a/net-libs/ignition-msgs/ignition-msgs-5.3.0.ebuild +++ b/net-libs/ignition-msgs/ignition-msgs-5.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Protobuf messages and functions for robot applications" HOMEPAGE="https://ignitionrobotics.org/libraries/messages https://bitbucket.org/ignitionrobotics/ign-msgs https://github.com/ignitionrobotics/ign-msgs"