Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/mavros/
Date: Sat, 06 May 2017 16:18:02
Message-Id: 1494087450.20707683f8d237d1c6ad986912a23a5c1cf7a5c1.aballier@gentoo
1 commit: 20707683f8d237d1c6ad986912a23a5c1cf7a5c1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 14:02:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 16:17:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20707683
7
8 ros-meta/mavros: reorder deps so that mavros_msgs come first (helps my scripts)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 ros-meta/mavros/mavros-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/ros-meta/mavros/mavros-9999.ebuild b/ros-meta/mavros/mavros-9999.ebuild
16 index 3aaedfdf07d..4d4a883031c 100644
17 --- a/ros-meta/mavros/mavros-9999.ebuild
18 +++ b/ros-meta/mavros/mavros-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,10 +10,10 @@ IUSE=""
26 HOMEPAGE="http://wiki.ros.org/mavros"
27
28 RDEPEND="
29 + dev-ros/mavros_msgs
30 dev-ros/libmavconn
31 dev-ros/mavros
32 dev-ros/mavros_extras
33 - dev-ros/mavros_msgs
34 "
35 DEPEND="${RDEPEND}"
36 [ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm"