diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:08:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:27 +0200 |
commit | 337bad2621c2637eaaeeb2bc9c2ab80d8443ccab (patch) | |
tree | 630f56106e275cb04ec6b91977948a366f837340 /dev-ros/bond | |
parent | dev-ros/bondcpp: Remove old (diff) | |
download | gentoo-337bad2621c2637eaaeeb2bc9c2ab80d8443ccab.tar.gz gentoo-337bad2621c2637eaaeeb2bc9c2ab80d8443ccab.tar.bz2 gentoo-337bad2621c2637eaaeeb2bc9c2ab80d8443ccab.zip |
dev-ros/bond: 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/bond')
-rw-r--r-- | dev-ros/bond/bond-1.8.5.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/bond/bond-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/bond/bond-1.8.5.ebuild b/dev-ros/bond/bond-1.8.5.ebuild index 82922d265f43..16f4aac71766 100644 --- a/dev-ros/bond/bond-1.8.5.ebuild +++ b/dev-ros/bond/bond-1.8.5.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/bond_core" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" diff --git a/dev-ros/bond/bond-9999.ebuild b/dev-ros/bond/bond-9999.ebuild index 82922d265f43..16f4aac71766 100644 --- a/dev-ros/bond/bond-9999.ebuild +++ b/dev-ros/bond/bond-9999.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/bond_core" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" |