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 4387A139360 for ; Thu, 12 Aug 2021 16:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0E6E085B; Thu, 12 Aug 2021 16:58:29 +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 6793DE085B for ; Thu, 12 Aug 2021 16:58:29 +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 7BC6B342B99 for ; Thu, 12 Aug 2021 16:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDFC08D6 for ; Thu, 12 Aug 2021 16:58:24 +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: <1628787498.9df97c52ffb31e84ee02e3a080cc34febeec94af.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/desktop/desktop-1.5.0-r1.ebuild ros-meta/desktop/desktop-1.5.0.ebuild ros-meta/desktop/desktop-9999.ebuild X-VCS-Directories: ros-meta/desktop/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9df97c52ffb31e84ee02e3a080cc34febeec94af X-VCS-Branch: master Date: Thu, 12 Aug 2021 16:58:24 +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: aa2f85fd-0b4c-465e-aa21-4ea42b5df8bd X-Archives-Hash: 4fba1b7ad6d515b23dc1b3ad05e18420 commit: 9df97c52ffb31e84ee02e3a080cc34febeec94af Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 12 16:48:36 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 12 16:58:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df97c52 ros-meta/desktop: add slot dep on angles Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/desktop/{desktop-1.5.0.ebuild => desktop-1.5.0-r1.ebuild} | 4 ++-- ros-meta/desktop/desktop-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ros-meta/desktop/desktop-1.5.0.ebuild b/ros-meta/desktop/desktop-1.5.0-r1.ebuild similarity index 90% rename from ros-meta/desktop/desktop-1.5.0.ebuild rename to ros-meta/desktop/desktop-1.5.0-r1.ebuild index 7d18ab59b22..66b8115a278 100644 --- a/ros-meta/desktop/desktop-1.5.0.ebuild +++ b/ros-meta/desktop/desktop-1.5.0-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 @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" ros-meta/robot ros-meta/viz - dev-ros/angles + dev-ros/angles:0 ros-meta/common_tutorials ros-meta/geometry_tutorials dev-ros/joint_state_publisher_gui diff --git a/ros-meta/desktop/desktop-9999.ebuild b/ros-meta/desktop/desktop-9999.ebuild index 7d18ab59b22..66b8115a278 100644 --- a/ros-meta/desktop/desktop-9999.ebuild +++ b/ros-meta/desktop/desktop-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 @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" ros-meta/robot ros-meta/viz - dev-ros/angles + dev-ros/angles:0 ros-meta/common_tutorials ros-meta/geometry_tutorials dev-ros/joint_state_publisher_gui