diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 12:22:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 13:22:28 +0200 |
commit | 15061ee7f06b10bc4e7739bcf13450471fca2d9a (patch) | |
tree | 95a760c340e2924e17972d431b40740eb7584e76 | |
parent | dev-ros/pcl_ros: Remove old (diff) | |
download | gentoo-15061ee7f06b10bc4e7739bcf13450471fca2d9a.tar.gz gentoo-15061ee7f06b10bc4e7739bcf13450471fca2d9a.tar.bz2 gentoo-15061ee7f06b10bc4e7739bcf13450471fca2d9a.zip |
dev-ros/pcl_ros: drop PYTHON_COMPAT from here
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | dev-ros/pcl_ros/pcl_ros-1.7.1.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/pcl_ros/pcl_ros-9999.ebuild | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-ros/pcl_ros/pcl_ros-1.7.1.ebuild b/dev-ros/pcl_ros/pcl_ros-1.7.1.ebuild index 8031be393f92..0ffd456d66af 100644 --- a/dev-ros/pcl_ros/pcl_ros-1.7.1.ebuild +++ b/dev-ros/pcl_ros/pcl_ros-1.7.1.ebuild @@ -4,7 +4,6 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros-perception/perception_pcl" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/pcl_ros/pcl_ros-9999.ebuild b/dev-ros/pcl_ros/pcl_ros-9999.ebuild index 8a6af2083788..2101a7b6837e 100644 --- a/dev-ros/pcl_ros/pcl_ros-9999.ebuild +++ b/dev-ros/pcl_ros/pcl_ros-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 ROS_REPO_URI="https://github.com/ros-perception/perception_pcl" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin |