commit:     b17498e95044139989d1bbe38d8b9a68783f5387
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 19:01:22 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17498e9

dev-ros/rospack: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rospack/rospack-2.4.1.ebuild | 10 +++++++---
 dev-ros/rospack/rospack-9999.ebuild  | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-ros/rospack/rospack-2.4.1.ebuild 
b/dev-ros/rospack/rospack-2.4.1.ebuild
index 901f1b27d8a..b7223c71000 100644
--- a/dev-ros/rospack/rospack-2.4.1.ebuild
+++ b/dev-ros/rospack/rospack-2.4.1.ebuild
@@ -13,17 +13,21 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit python-single-r1
 
 DESCRIPTION="Retrieves information about ROS packages available on the 
filesystem"
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost:=
+RDEPEND="
+       dev-libs/boost:=
        dev-libs/tinyxml2:=
-       "
+       ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
        >=dev-ros/cmake_modules-0.4.1
        test? (
                dev-cpp/gtest
                dev-python/nose
        )"
+
+PATCHES=( "${FILESDIR}/gentoo.patch" )

diff --git a/dev-ros/rospack/rospack-9999.ebuild 
b/dev-ros/rospack/rospack-9999.ebuild
index 901f1b27d8a..b7223c71000 100644
--- a/dev-ros/rospack/rospack-9999.ebuild
+++ b/dev-ros/rospack/rospack-9999.ebuild
@@ -13,17 +13,21 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit python-single-r1
 
 DESCRIPTION="Retrieves information about ROS packages available on the 
filesystem"
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost:=
+RDEPEND="
+       dev-libs/boost:=
        dev-libs/tinyxml2:=
-       "
+       ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
        >=dev-ros/cmake_modules-0.4.1
        test? (
                dev-cpp/gtest
                dev-python/nose
        )"
+
+PATCHES=( "${FILESDIR}/gentoo.patch" )

Reply via email to