summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-07 20:10:57 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-07 20:10:57 +0200
commit35fff873028857dedf712c32d0615a1c2e86e71f (patch)
tree4eaa6cd70d67930fc2880a45ec465a33db595319 /dev-ros/pr2_description/pr2_description-9999.ebuild
parentdev-ml/uchar: Restrict tests are they are just checking the lib is installed.... (diff)
downloadgentoo-35fff873028857dedf712c32d0615a1c2e86e71f.tar.gz
gentoo-35fff873028857dedf712c32d0615a1c2e86e71f.tar.bz2
gentoo-35fff873028857dedf712c32d0615a1c2e86e71f.zip
dev-ros/pr2_description: fix building tests; they still fail though.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros/pr2_description/pr2_description-9999.ebuild')
-rw-r--r--dev-ros/pr2_description/pr2_description-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/pr2_description/pr2_description-9999.ebuild b/dev-ros/pr2_description/pr2_description-9999.ebuild
index 75466430c059..1a73af70cf05 100644
--- a/dev-ros/pr2_description/pr2_description-9999.ebuild
+++ b/dev-ros/pr2_description/pr2_description-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,3 +19,4 @@ DEPEND="${RDEPEND}
dev-ros/convex_decomposition
dev-ros/ivcon
test? ( dev-libs/urdfdom dev-cpp/gtest )"
+PATCHES=( "${FILESDIR}/tests.patch" )