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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B59B158095 for ; Tue, 4 Oct 2022 19:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F50E0930; Tue, 4 Oct 2022 19:36:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64865E092B for ; Tue, 4 Oct 2022 19:36:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 888DA33E02F for ; Tue, 4 Oct 2022 19:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB372608 for ; Tue, 4 Oct 2022 19:36:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1664912110.4eac394539b1b092e6261ab90229c46137076210.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/python_cmake_module/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild dev-ros/python_cmake_module/python_cmake_module-9999.ebuild X-VCS-Directories: dev-ros/python_cmake_module/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4eac394539b1b092e6261ab90229c46137076210 X-VCS-Branch: master Date: Tue, 4 Oct 2022 19:36:08 +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: d6998d59-0c52-4beb-801b-7916d89f9ddd X-Archives-Hash: dc0f9489bc7f1278cc892bc1d0db1aea commit: 4eac394539b1b092e6261ab90229c46137076210 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Oct 4 19:35:10 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Oct 4 19:35:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eac3945 dev-ros/python_cmake_module: use python_has_version inside python_check_deps Signed-off-by: Arthur Zamarin gentoo.org> dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild | 4 ++-- dev-ros/python_cmake_module/python_cmake_module-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild index a94a808de7ac..d0f3ca27bb43 100644 --- a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild +++ b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ BDEPEND=" " python_check_deps() { - has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]" + python_has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]" } src_configure() { diff --git a/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild b/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild index a94a808de7ac..d0f3ca27bb43 100644 --- a/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild +++ b/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ BDEPEND=" " python_check_deps() { - has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]" + python_has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]" } src_configure() {