diff options
Diffstat (limited to 'dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild')
| -rw-r--r-- | dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild index 5976700fcac0..ac0781f19885 100644 --- a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild +++ b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild @@ -11,11 +11,10 @@ ROS_PN="python_cmake_module" if [ "${PV#9999}" != "${PV}" ] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/ros2/python_cmake_module" - SRC_URI="" - S=${WORKDIR}/${P} else SRC_URI="https://github.com/ros2/python_cmake_module/archive/${PV}.tar.gz -> ${ROS_PN}-${PV}.tar.gz" S="${WORKDIR}/${ROS_PN}-${PV}" + KEYWORDS="~amd64" fi DESCRIPTION="CMake module with extra functionality for Python" @@ -23,17 +22,9 @@ HOMEPAGE="https://github.com/ros2/python_cmake_module" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - PROPERTIES="live" -else - KEYWORDS="~amd64" -fi IUSE="test" RESTRICT="!test? ( test )" -RDEPEND=" -" -DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]') test? ( |
