Skip to content

Commit

Permalink
dev-ros/angles: Set ROS_SUBDIR to avoid automatic and useless recursion.
Browse files Browse the repository at this point in the history
Might help in bug #589972

Package-Manager: portage-2.3.0
  • Loading branch information
aballier committed Aug 1, 2016
1 parent 9024df3 commit 75e32fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev-ros/angles/angles-1.9.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

ROS_REPO_URI="https://github.com/ros/angles"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}

inherit ros-catkin

Expand Down
3 changes: 2 additions & 1 deletion dev-ros/angles/angles-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

ROS_REPO_URI="https://github.com/ros/angles"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}

inherit ros-catkin

Expand Down

0 comments on commit 75e32fa

Please sign in to comment.