diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:07:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:27 +0200 |
commit | 6008f2ce6e87f6d7919e386e10e1d94c926b23e9 (patch) | |
tree | 73ddf59824f754f7b4647103f0dd1db4348b89a3 /dev-ros/bondcpp/bondcpp-1.8.5.ebuild | |
parent | dev-ros/bondpy: Remove old (diff) | |
download | gentoo-6008f2ce6e87f6d7919e386e10e1d94c926b23e9.tar.gz gentoo-6008f2ce6e87f6d7919e386e10e1d94c926b23e9.tar.bz2 gentoo-6008f2ce6e87f6d7919e386e10e1d94c926b23e9.zip |
dev-ros/bondcpp: 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/bondcpp/bondcpp-1.8.5.ebuild')
-rw-r--r-- | dev-ros/bondcpp/bondcpp-1.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/bondcpp/bondcpp-1.8.5.ebuild b/dev-ros/bondcpp/bondcpp-1.8.5.ebuild index faf7108d4d5e..dc38b47180d5 100644 --- a/dev-ros/bondcpp/bondcpp-1.8.5.ebuild +++ b/dev-ros/bondcpp/bondcpp-1.8.5.ebuild @@ -1,14 +1,14 @@ # 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/bond_core" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} inherit ros-catkin -DESCRIPTION="C++ implementation of bond, a mechanism for checking when another process has terminated" +DESCRIPTION="C++ implementation of bond, for checking when another process has terminated" LICENSE="BSD" SLOT="0" IUSE="" |