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 72DFC138334 for ; Sun, 29 Dec 2019 09:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 730E3E0CFF; Sun, 29 Dec 2019 09:56:30 +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 3E6DFE0CFF for ; Sun, 29 Dec 2019 09:56:30 +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 2626234DCA6 for ; Sun, 29 Dec 2019 09:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 871657B for ; Sun, 29 Dec 2019 09:56:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577613321.ba4af0ee17340b70ffa1ba04afe8ceb0d94b4727.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catkin/catkin-0.7.14.ebuild dev-util/catkin/catkin-0.7.17.ebuild dev-util/catkin/catkin-0.7.20.ebuild dev-util/catkin/catkin-9999.ebuild X-VCS-Directories: dev-util/catkin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ba4af0ee17340b70ffa1ba04afe8ceb0d94b4727 X-VCS-Branch: master Date: Sun, 29 Dec 2019 09:56:25 +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: a3f99118-cde3-4287-a98b-df92d92ab171 X-Archives-Hash: f9b23950f08df20f8d4165e81bd408be commit: ba4af0ee17340b70ffa1ba04afe8ceb0d94b4727 Author: David Seifert gentoo org> AuthorDate: Sun Dec 29 09:55:21 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 29 09:55:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4af0ee dev-util/catkin: [QA] Remove explicit python-utils-r1 inherit Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-util/catkin/catkin-0.7.14.ebuild | 2 +- dev-util/catkin/catkin-0.7.17.ebuild | 2 +- dev-util/catkin/catkin-0.7.20.ebuild | 2 +- dev-util/catkin/catkin-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/catkin/catkin-0.7.14.ebuild b/dev-util/catkin/catkin-0.7.14.ebuild index 74a1aa7e9e0..255ec3f30b1 100644 --- a/dev-util/catkin/catkin-0.7.14.ebuild +++ b/dev-util/catkin/catkin-0.7.14.ebuild @@ -11,7 +11,7 @@ fi PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) -inherit ${SCM} cmake-utils python-r1 python-utils-r1 +inherit ${SCM} cmake-utils python-r1 DESCRIPTION="Cmake macros and associated python code used to build some parts of ROS" HOMEPAGE="http://wiki.ros.org/catkin" diff --git a/dev-util/catkin/catkin-0.7.17.ebuild b/dev-util/catkin/catkin-0.7.17.ebuild index 061b05be08a..c4bfc86472b 100644 --- a/dev-util/catkin/catkin-0.7.17.ebuild +++ b/dev-util/catkin/catkin-0.7.17.ebuild @@ -11,7 +11,7 @@ fi PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) -inherit ${SCM} cmake-utils python-r1 python-utils-r1 +inherit ${SCM} cmake-utils python-r1 DESCRIPTION="Cmake macros and associated python code used to build some parts of ROS" HOMEPAGE="http://wiki.ros.org/catkin" diff --git a/dev-util/catkin/catkin-0.7.20.ebuild b/dev-util/catkin/catkin-0.7.20.ebuild index 92350f4085a..c600559a1c9 100644 --- a/dev-util/catkin/catkin-0.7.20.ebuild +++ b/dev-util/catkin/catkin-0.7.20.ebuild @@ -11,7 +11,7 @@ fi PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) -inherit ${SCM} cmake-utils python-r1 python-utils-r1 +inherit ${SCM} cmake-utils python-r1 DESCRIPTION="Cmake macros and associated python code used to build some parts of ROS" HOMEPAGE="http://wiki.ros.org/catkin" diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild index 061b05be08a..c4bfc86472b 100644 --- a/dev-util/catkin/catkin-9999.ebuild +++ b/dev-util/catkin/catkin-9999.ebuild @@ -11,7 +11,7 @@ fi PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) -inherit ${SCM} cmake-utils python-r1 python-utils-r1 +inherit ${SCM} cmake-utils python-r1 DESCRIPTION="Cmake macros and associated python code used to build some parts of ROS" HOMEPAGE="http://wiki.ros.org/catkin"