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 DDFE31382C5 for ; Mon, 12 Feb 2018 14:04:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F643E0A03; Mon, 12 Feb 2018 14:03:57 +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 5C8FEE0A03 for ; Mon, 12 Feb 2018 14:03:57 +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 0EC80335C4F for ; Mon, 12 Feb 2018 14:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2876E232 for ; Mon, 12 Feb 2018 14:03:53 +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: <1518442767.854ae3b1583a5a5e2a8b641e6fead8fa79c28eee.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/map_server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/map_server/map_server-1.15.1-r1.ebuild dev-ros/map_server/map_server-1.15.1.ebuild dev-ros/map_server/map_server-9999.ebuild X-VCS-Directories: dev-ros/map_server/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 854ae3b1583a5a5e2a8b641e6fead8fa79c28eee X-VCS-Branch: master Date: Mon, 12 Feb 2018 14:03:53 +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-Archives-Salt: 758a7846-4586-4fb8-9ee0-0c537100278a X-Archives-Hash: 2c7c6c93c352eccf82257c8bac57d699 commit: 854ae3b1583a5a5e2a8b641e6fead8fa79c28eee Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 12 13:39:27 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 12 13:39:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854ae3b1 dev-ros/map_server: Add missing bullet dep. Closes: https://bugs.gentoo.org/628730 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{map_server-1.15.1.ebuild => map_server-1.15.1-r1.ebuild} | 3 ++- dev-ros/map_server/map_server-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/map_server/map_server-1.15.1.ebuild b/dev-ros/map_server/map_server-1.15.1-r1.ebuild similarity index 89% rename from dev-ros/map_server/map_server-1.15.1.ebuild rename to dev-ros/map_server/map_server-1.15.1-r1.ebuild index 94e003da1ce..8ed4e749308 100644 --- a/dev-ros/map_server/map_server-1.15.1.ebuild +++ b/dev-ros/map_server/map_server-1.15.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,6 +20,7 @@ RDEPEND=" dev-libs/boost:= media-libs/sdl-image >=dev-cpp/yaml-cpp-0.5 + sci-physics/bullet:= " DEPEND="${RDEPEND} test? ( dev-ros/rostest dev-cpp/gtest ) diff --git a/dev-ros/map_server/map_server-9999.ebuild b/dev-ros/map_server/map_server-9999.ebuild index 2cf681c69a5..8ed4e749308 100644 --- a/dev-ros/map_server/map_server-9999.ebuild +++ b/dev-ros/map_server/map_server-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,6 +20,7 @@ RDEPEND=" dev-libs/boost:= media-libs/sdl-image >=dev-cpp/yaml-cpp-0.5 + sci-physics/bullet:= " DEPEND="${RDEPEND} test? ( dev-ros/rostest dev-cpp/gtest )