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 11167138359 for ; Fri, 31 Jul 2020 10:34:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ABF1E0993; Fri, 31 Jul 2020 10:34:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 86BBBE0993 for ; Fri, 31 Jul 2020 10:34:49 +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 93B0A34F41F for ; Fri, 31 Jul 2020 10:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8292F1 for ; Fri, 31 Jul 2020 10:34:44 +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: <1596190024.aac09d62bc4cdc907fde3755dfe90a7a79cd9efb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/xmlrpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild X-VCS-Directories: dev-ros/xmlrpcpp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: aac09d62bc4cdc907fde3755dfe90a7a79cd9efb X-VCS-Branch: master Date: Fri, 31 Jul 2020 10:34:44 +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: ac50c822-e4b7-4e38-b0f5-d0de60cf106f X-Archives-Hash: 28957fd5b5719ce8d4d67be7f0b8ca8f commit: aac09d62bc4cdc907fde3755dfe90a7a79cd9efb Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 31 10:07:04 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 31 10:07:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac09d62 dev-ros/xmlrpcpp: add missing deps Closes: https://bugs.gentoo.org/734878 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild | 12 ++++++++++-- dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild index 605e02ba781..2987c4392d5 100644 --- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild +++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild @@ -14,5 +14,13 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/cpp_common" -DEPEND="${RDEPEND}" +RDEPEND=" + dev-ros/cpp_common + dev-ros/rostime +" +DEPEND="${RDEPEND} + test? ( + dev-cpp/gtest + dev-libs/boost[threads] + ) +" diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild index 605e02ba781..2987c4392d5 100644 --- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild +++ b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild @@ -14,5 +14,13 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/cpp_common" -DEPEND="${RDEPEND}" +RDEPEND=" + dev-ros/cpp_common + dev-ros/rostime +" +DEPEND="${RDEPEND} + test? ( + dev-cpp/gtest + dev-libs/boost[threads] + ) +"