diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-05 16:02:13 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-06 18:17:30 +0200 |
commit | 20707683f8d237d1c6ad986912a23a5c1cf7a5c1 (patch) | |
tree | 9f567bb9c9b12e4a1656bff1fa92378963703189 /ros-meta | |
parent | dev-ros/mavros: bump to 0.19.0 (diff) | |
download | gentoo-20707683f8d237d1c6ad986912a23a5c1cf7a5c1.tar.gz gentoo-20707683f8d237d1c6ad986912a23a5c1cf7a5c1.tar.bz2 gentoo-20707683f8d237d1c6ad986912a23a5c1cf7a5c1.zip |
ros-meta/mavros: reorder deps so that mavros_msgs come first (helps my scripts)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/mavros/mavros-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ros-meta/mavros/mavros-9999.ebuild b/ros-meta/mavros/mavros-9999.ebuild index 3aaedfdf07d4..4d4a883031cc 100644 --- a/ros-meta/mavros/mavros-9999.ebuild +++ b/ros-meta/mavros/mavros-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 @@ -10,10 +10,10 @@ IUSE="" HOMEPAGE="http://wiki.ros.org/mavros" RDEPEND=" + dev-ros/mavros_msgs dev-ros/libmavconn dev-ros/mavros dev-ros/mavros_extras - dev-ros/mavros_msgs " DEPEND="${RDEPEND}" [ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm" |