Skip to content

Commit

Permalink
dev-ros/driver_base: bump eapi
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Jul 16, 2020
1 parent d62cbda commit b4fc4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions dev-ros/driver_base/driver_base-1.6.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# 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-drivers/driver_common"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python2_7 )
ROS_SUBDIR=${PN}
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"

inherit ros-catkin

DESCRIPTION="Framework for writing drivers that helps with runtime reconfiguration, diagnostics and self-test"
DESCRIPTION="Framework for writing drivers"
LICENSE="BSD"
SLOT="0"
IUSE=""
Expand Down
5 changes: 2 additions & 3 deletions dev-ros/driver_base/driver_base-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# 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-drivers/driver_common"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python2_7 )
ROS_SUBDIR=${PN}
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"

inherit ros-catkin

DESCRIPTION="Framework for writing drivers that helps with runtime reconfiguration, diagnostics and self-test"
DESCRIPTION="Framework for writing drivers"
LICENSE="BSD"
SLOT="0"
IUSE=""
Expand Down

0 comments on commit b4fc4ff

Please sign in to comment.