summaryrefslogtreecommitdiff
blob: 1696b416fda8bfe708ce6b06471fb551fda2c826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Metapackage for mavros packages"
LICENSE="metapackage"
SLOT="0"
IUSE=""
HOMEPAGE="https://wiki.ros.org/mavros"

RDEPEND="
	dev-ros/mavros_msgs
	dev-ros/libmavconn
	dev-ros/mavros
	dev-ros/mavros_extras
"
DEPEND="${RDEPEND}"
[ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm"