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 D15D41394BF for ; Thu, 12 Aug 2021 16:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC39BE083B; Thu, 12 Aug 2021 16:58:27 +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 CC039E0829 for ; Thu, 12 Aug 2021 16:58:27 +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 A374933E02F for ; Thu, 12 Aug 2021 16:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC23C8B2 for ; Thu, 12 Aug 2021 16:58:23 +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: <1628787495.e38c0962f8cbc5fa76613b02b4d2d6ef5239b724.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/fake_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/fake_localization/fake_localization-1.17.1-r1.ebuild dev-ros/fake_localization/fake_localization-1.17.1.ebuild dev-ros/fake_localization/fake_localization-9999.ebuild X-VCS-Directories: dev-ros/fake_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e38c0962f8cbc5fa76613b02b4d2d6ef5239b724 X-VCS-Branch: master Date: Thu, 12 Aug 2021 16:58:23 +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: dc13506a-272f-4981-ba6e-55e4886cc289 X-Archives-Hash: 2930162adbc75a42bb533c114de474b7 commit: e38c0962f8cbc5fa76613b02b4d2d6ef5239b724 Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 12 16:42:28 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 12 16:58:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38c0962 dev-ros/fake_localization: add slot dep on angles Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> ..._localization-1.17.1.ebuild => fake_localization-1.17.1-r1.ebuild} | 4 ++-- dev-ros/fake_localization/fake_localization-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/fake_localization/fake_localization-1.17.1.ebuild b/dev-ros/fake_localization/fake_localization-1.17.1-r1.ebuild similarity index 93% rename from dev-ros/fake_localization/fake_localization-1.17.1.ebuild rename to dev-ros/fake_localization/fake_localization-1.17.1-r1.ebuild index 532a449c139..30d6188cb63 100644 --- a/dev-ros/fake_localization/fake_localization-1.17.1.ebuild +++ b/dev-ros/fake_localization/fake_localization-1.17.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" dev-libs/boost:= - dev-ros/angles + dev-ros/angles:0 dev-ros/roscpp dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/rosconsole diff --git a/dev-ros/fake_localization/fake_localization-9999.ebuild b/dev-ros/fake_localization/fake_localization-9999.ebuild index 532a449c139..30d6188cb63 100644 --- a/dev-ros/fake_localization/fake_localization-9999.ebuild +++ b/dev-ros/fake_localization/fake_localization-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" dev-libs/boost:= - dev-ros/angles + dev-ros/angles:0 dev-ros/roscpp dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/rosconsole