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 BD7F7138359 for ; Wed, 12 Aug 2020 13:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04A90E092B; Wed, 12 Aug 2020 13:39:13 +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 DFF01E092B for ; Wed, 12 Aug 2020 13:39:12 +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 8BF3234F5D2 for ; Wed, 12 Aug 2020 13:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B08A313 for ; Wed, 12 Aug 2020 13:39:10 +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: <1597239378.40743d92c2c07edc2f4482de4f8e1bb0d343f2d2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_uncrustify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.9.5.ebuild dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild X-VCS-Directories: dev-ros/ament_cmake_uncrustify/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 40743d92c2c07edc2f4482de4f8e1bb0d343f2d2 X-VCS-Branch: master Date: Wed, 12 Aug 2020 13:39:10 +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: 62a81abf-e9cf-40f7-882f-03b1e66f5e1c X-Archives-Hash: d29bf7b36c681c148fe32fa42c244332 commit: 40743d92c2c07edc2f4482de4f8e1bb0d343f2d2 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 12 13:36:11 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 12 13:36:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40743d92 dev-ros/ament_cmake_uncrustify: fix python check deps Closes: https://bugs.gentoo.org/736790 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.9.5.ebuild | 6 +++--- dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.9.5.ebuild b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.9.5.ebuild index 4bbaef9545c..347b57dc9dc 100644 --- a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.9.5.ebuild +++ b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.9.5.ebuild @@ -49,9 +49,9 @@ BDEPEND=" " python_check_deps() { - has_version "dev-ros/ament_copyright[${PYTHON_USEDEP}]" && \ - has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \ - has_version "dev-python/ament_package[${PYTHON_USEDEP}]" + { use !test || has_version -b "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ + has_version -b "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \ + has_version -b "dev-python/ament_package[${PYTHON_USEDEP}]" } src_configure() { diff --git a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild index 4bbaef9545c..347b57dc9dc 100644 --- a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild +++ b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild @@ -49,9 +49,9 @@ BDEPEND=" " python_check_deps() { - has_version "dev-ros/ament_copyright[${PYTHON_USEDEP}]" && \ - has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \ - has_version "dev-python/ament_package[${PYTHON_USEDEP}]" + { use !test || has_version -b "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ + has_version -b "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \ + has_version -b "dev-python/ament_package[${PYTHON_USEDEP}]" } src_configure() {