diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-10 19:59:46 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-10 19:59:46 -0500 |
commit | 311c69f50b6b1ea2d6adc61154c8513c43b690be (patch) | |
tree | 599c073d4b2c2613c46d9bfcafae76523136d28b /eclass | |
parent | profiles/package.mask: unmask dev-util/idea-community (diff) | |
download | gentoo-311c69f50b6b1ea2d6adc61154c8513c43b690be.tar.gz gentoo-311c69f50b6b1ea2d6adc61154c8513c43b690be.tar.bz2 gentoo-311c69f50b6b1ea2d6adc61154c8513c43b690be.zip |
eclass/ros-catkin.eclass: add RESTRICT for tests
* Eclass is inherited only by dev-ros/* and ros-meta/* consumers which do not
set any RESTRICT in ebuilds.
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ros-catkin.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index 667ecd4583f7..838c2e4d6319 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -56,6 +56,7 @@ inherit ${SCM} python-r1 cmake-utils flag-o-matic REQUIRED_USE="${PYTHON_REQUIRED_USE}" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND} dev-util/catkin[${PYTHON_USEDEP}] |