commit:     2923c15cab13e1a5d7e8e6759ddadd1bb475e2db
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 22:05:51 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 22:05:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2923c15c

dev-util/catkin: remove needless python-utils-r1 inherit

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/catkin/catkin-0.8.10.ebuild | 4 ++--
 dev-util/catkin/catkin-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/catkin/catkin-0.8.10.ebuild 
b/dev-util/catkin/catkin-0.8.10.ebuild
index e8b47d569373..b78f5d6c9934 100644
--- a/dev-util/catkin/catkin-0.8.10.ebuild
+++ b/dev-util/catkin/catkin-0.8.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ fi
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit ${SCM} cmake python-r1 python-utils-r1
+inherit ${SCM} cmake python-r1
 
 DESCRIPTION="Cmake macros and associated python code used to build some parts 
of ROS"
 HOMEPAGE="https://wiki.ros.org/catkin";

diff --git a/dev-util/catkin/catkin-9999.ebuild 
b/dev-util/catkin/catkin-9999.ebuild
index e8b47d569373..b78f5d6c9934 100644
--- a/dev-util/catkin/catkin-9999.ebuild
+++ b/dev-util/catkin/catkin-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ fi
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit ${SCM} cmake python-r1 python-utils-r1
+inherit ${SCM} cmake python-r1
 
 DESCRIPTION="Cmake macros and associated python code used to build some parts 
of ROS"
 HOMEPAGE="https://wiki.ros.org/catkin";

Reply via email to