Skip to content

Commit

Permalink
dev-ros/visp_tracker: add missing X usedep on ViSP. Bug #570840.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Jan 5, 2016
1 parent baf7989 commit a7255e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-ros/visp_tracker/visp_tracker-0.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RDEPEND="
dev-ros/tf[${PYTHON_USEDEP}]
dev-ros/rospy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/ViSP[opencv]
sci-libs/ViSP[opencv,X]
"
DEPEND="${RDEPEND}"
if [ "${PV#9999}" = "${PV}" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion dev-ros/visp_tracker/visp_tracker-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RDEPEND="
dev-ros/tf[${PYTHON_USEDEP}]
dev-ros/rospy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/ViSP[opencv]
sci-libs/ViSP[opencv,X]
"
DEPEND="${RDEPEND}"
if [ "${PV#9999}" = "${PV}" ] ; then
Expand Down

0 comments on commit a7255e1

Please sign in to comment.