diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:01:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:24 +0200 |
commit | 06cafc54f25a7bbb652463feb29fa780463f1070 (patch) | |
tree | aed919d1c581f995cb9e96a5054e2e5238f96a9e /dev-ros/stage_ros | |
parent | dev-ros/std_msgs: Remove old (diff) | |
download | gentoo-06cafc54f25a7bbb652463feb29fa780463f1070.tar.gz gentoo-06cafc54f25a7bbb652463feb29fa780463f1070.tar.bz2 gentoo-06cafc54f25a7bbb652463feb29fa780463f1070.zip |
dev-ros/stage_ros: 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/stage_ros')
-rw-r--r-- | dev-ros/stage_ros/stage_ros-1.8.0.ebuild | 8 | ||||
-rw-r--r-- | dev-ros/stage_ros/stage_ros-9999.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ros/stage_ros/stage_ros-1.8.0.ebuild b/dev-ros/stage_ros/stage_ros-1.8.0.ebuild index 3cdc7cdc4d1c..42b77b4d1dfd 100644 --- a/dev-ros/stage_ros/stage_ros-1.8.0.ebuild +++ b/dev-ros/stage_ros/stage_ros-1.8.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 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-simulation/stage_ros" KEYWORDS="~amd64" @@ -24,8 +24,10 @@ RDEPEND=" dev-ros/tf x11-libs/fltk >=sci-electronics/Stage-4.3:= - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND} + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-ros/rostest ) +" +BDEPEND=" virtual/pkgconfig" diff --git a/dev-ros/stage_ros/stage_ros-9999.ebuild b/dev-ros/stage_ros/stage_ros-9999.ebuild index 3cdc7cdc4d1c..42b77b4d1dfd 100644 --- a/dev-ros/stage_ros/stage_ros-9999.ebuild +++ b/dev-ros/stage_ros/stage_ros-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 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-simulation/stage_ros" KEYWORDS="~amd64" @@ -24,8 +24,10 @@ RDEPEND=" dev-ros/tf x11-libs/fltk >=sci-electronics/Stage-4.3:= - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND} + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-ros/rostest ) +" +BDEPEND=" virtual/pkgconfig" |