summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-29 15:38:31 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 15:39:18 +0200
commit6730028ac01ec52bc89ea63f578cdb39ab0f6048 (patch)
treec65a5c4be3fa5a8a7eca95032181bec434f14ad2
parenteclass/ros-catkin.eclass: Export ROS_PYTHON_VERSION when building. (diff)
downloadgentoo-6730028ac01ec52bc89ea63f578cdb39ab0f6048.tar.gz
gentoo-6730028ac01ec52bc89ea63f578cdb39ab0f6048.tar.bz2
gentoo-6730028ac01ec52bc89ea63f578cdb39ab0f6048.zip
dev-ros/mavlink-gbp-release: Honour ROS_PYTHON_VERSION from eclass
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.7.7-r1.ebuild (renamed from dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.7.7.ebuild)5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.7.7.ebuild b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.7.7-r1.ebuild
index d333cb28d7e2..86036c60a87e 100644
--- a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.7.7.ebuild
+++ b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.7.7-r1.ebuild
@@ -19,8 +19,3 @@ RDEPEND="$(python_gen_cond_dep "dev-python/future[\${PYTHON_USEDEP}]")"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${EGIT_BRANCH//\//-}"
PATCHES=( "${FILESDIR}/gentoo.patch" )
-
-src_configure() {
- export ROS_PYTHON_VERSION=3.6
- ros-catkin_src_configure
-}