diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 18:56:24 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:11 +0200 |
commit | e1b7aab1d0ee5d79dc17923d5756432923baf372 (patch) | |
tree | 4669dfb45726ee2d82998604aeb65a9965354ebb /dev-ros | |
parent | dev-ros/rosnode: Remove old (diff) | |
download | gentoo-e1b7aab1d0ee5d79dc17923d5756432923baf372.tar.gz gentoo-e1b7aab1d0ee5d79dc17923d5756432923baf372.tar.bz2 gentoo-e1b7aab1d0ee5d79dc17923d5756432923baf372.zip |
dev-ros/rosout: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/rosout/rosout-1.15.7.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/rosout/rosout-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-ros/rosout/rosout-1.15.7.ebuild b/dev-ros/rosout/rosout-1.15.7.ebuild index 0315427da820..4a60a4d6a5fe 100644 --- a/dev-ros/rosout/rosout-1.15.7.ebuild +++ b/dev-ros/rosout/rosout-1.15.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_comm" KEYWORDS="~amd64 ~arm" @@ -16,6 +16,7 @@ IUSE="" RDEPEND=" dev-ros/roscpp +" +DEPEND="${RDEPEND} dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" diff --git a/dev-ros/rosout/rosout-9999.ebuild b/dev-ros/rosout/rosout-9999.ebuild index d76a1b4bd999..4a60a4d6a5fe 100644 --- a/dev-ros/rosout/rosout-9999.ebuild +++ b/dev-ros/rosout/rosout-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_comm" KEYWORDS="~amd64 ~arm" @@ -16,6 +16,7 @@ IUSE="" RDEPEND=" dev-ros/roscpp +" +DEPEND="${RDEPEND} dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" |