diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-11-28 15:30:30 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-28 16:04:28 +0100 |
commit | e504013dc705a9ab392b14b65716f9b02833ad3c (patch) | |
tree | a828a47328e6d843c5d86902d39bbe272c65a09e /dev-ros/rospack/rospack-9999.ebuild | |
parent | dev-ros/rviz: remove old (diff) | |
download | gentoo-e504013dc705a9ab392b14b65716f9b02833ad3c.tar.gz gentoo-e504013dc705a9ab392b14b65716f9b02833ad3c.tar.bz2 gentoo-e504013dc705a9ab392b14b65716f9b02833ad3c.zip |
dev-ros/rospack: add custom patch to return proper package paths with our package.xml moved to ros_packages.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ros/rospack/rospack-9999.ebuild')
-rw-r--r-- | dev-ros/rospack/rospack-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild index 4d7f1ab66b65..61b544e45a92 100644 --- a/dev-ros/rospack/rospack-9999.ebuild +++ b/dev-ros/rospack/rospack-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$ @@ -17,6 +17,7 @@ DESCRIPTION="Retrieves information about ROS packages available on the filesyste LICENSE="BSD" SLOT="0" IUSE="" +PATCHES=( "${FILESDIR}/gentoo.patch" ) RDEPEND="dev-libs/boost:= dev-libs/tinyxml |