diff options
author | David Seifert <soap@gentoo.org> | 2022-12-25 23:05:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-25 23:05:51 +0100 |
commit | 2923c15cab13e1a5d7e8e6759ddadd1bb475e2db (patch) | |
tree | 501c7da2c9a1c75de38c22ad5f6b1393746c6054 /dev-util/catkin | |
parent | app-doc/mathjax-docs: remove needless python-utils-r1 inherit (diff) | |
download | gentoo-2923c15cab13e1a5d7e8e6759ddadd1bb475e2db.tar.gz gentoo-2923c15cab13e1a5d7e8e6759ddadd1bb475e2db.tar.bz2 gentoo-2923c15cab13e1a5d7e8e6759ddadd1bb475e2db.zip |
dev-util/catkin: remove needless python-utils-r1 inherit
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/catkin')
-rw-r--r-- | dev-util/catkin/catkin-0.8.10.ebuild | 4 | ||||
-rw-r--r-- | 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" |