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 6261E138334 for ; Thu, 12 Dec 2019 12:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98AD0E08F2; Thu, 12 Dec 2019 12:39:19 +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 7E5A2E08F2 for ; Thu, 12 Dec 2019 12:39:19 +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 6F23B34D96F for ; Thu, 12 Dec 2019 12:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1764D778 for ; Thu, 12 Dec 2019 12:39:16 +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: <1576154075.ec2ce98fc73edc345cfc0d2bf91a8a3e14714fab.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild X-VCS-Directories: dev-ros/ament_cmake_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ec2ce98fc73edc345cfc0d2bf91a8a3e14714fab X-VCS-Branch: master Date: Thu, 12 Dec 2019 12:39:16 +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: 060bec71-5001-4a94-933c-677baaf3c6db X-Archives-Hash: e8ea69e11f0ef23711f696d1e718db32 commit: ec2ce98fc73edc345cfc0d2bf91a8a3e14714fab Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 12 12:34:35 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 12 12:34:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2ce98f dev-ros/ament_cmake_core: improve deps Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild b/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild index da964f37212..3641f1c4854 100644 --- a/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild +++ b/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild @@ -20,9 +20,10 @@ IUSE="" DEPEND=" dev-python/ament_package[${PYTHON_USEDEP}] dev-python/catkin_pkg[${PYTHON_USEDEP}] + ${PYTHON_DEPS} " RDEPEND="${DEPEND}" -BDEPEND="${PYTHON_DEPS}" +BDEPEND="${DEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"