commit: 75e32fade67e6f4f1b22b573477542e3597192cd Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Aug 1 14:41:56 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Aug 1 14:41:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e32fad
dev-ros/angles: Set ROS_SUBDIR to avoid automatic and useless recursion. Might help in bug #589972 Package-Manager: portage-2.3.0 dev-ros/angles/angles-1.9.10.ebuild | 3 ++- dev-ros/angles/angles-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/angles/angles-1.9.10.ebuild b/dev-ros/angles/angles-1.9.10.ebuild index 59abc35..63761f4 100644 --- a/dev-ros/angles/angles-1.9.10.ebuild +++ b/dev-ros/angles/angles-1.9.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,6 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/angles" KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-9999.ebuild index 59abc35..63761f4 100644 --- a/dev-ros/angles/angles-9999.ebuild +++ b/dev-ros/angles/angles-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,6 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/angles" KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} inherit ros-catkin
