diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:06:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:26 +0200 |
commit | d7bba7c9646104eb662fc35937b70842ad287b6d (patch) | |
tree | 163295cbd18e3397da0fdc25bf695dc31e461900 /dev-ros/smclib | |
parent | dev-ros/test_bond: Remove old (diff) | |
download | gentoo-d7bba7c9646104eb662fc35937b70842ad287b6d.tar.gz gentoo-d7bba7c9646104eb662fc35937b70842ad287b6d.tar.bz2 gentoo-d7bba7c9646104eb662fc35937b70842ad287b6d.zip |
dev-ros/smclib: 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/smclib')
-rw-r--r-- | dev-ros/smclib/smclib-1.8.5.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/smclib/smclib-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-ros/smclib/smclib-1.8.5.ebuild b/dev-ros/smclib/smclib-1.8.5.ebuild index fde15ce7faf0..eb5955f865ee 100644 --- a/dev-ros/smclib/smclib-1.8.5.ebuild +++ b/dev-ros/smclib/smclib-1.8.5.ebuild @@ -1,15 +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} -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin -DESCRIPTION="The State Machine Compiler (SMC) converts the description of a state machine into source code" +DESCRIPTION="The SMC converts the description of a state machine into source code" LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/smclib/smclib-9999.ebuild b/dev-ros/smclib/smclib-9999.ebuild index fde15ce7faf0..eb5955f865ee 100644 --- a/dev-ros/smclib/smclib-9999.ebuild +++ b/dev-ros/smclib/smclib-9999.ebuild @@ -1,15 +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} -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin -DESCRIPTION="The State Machine Compiler (SMC) converts the description of a state machine into source code" +DESCRIPTION="The SMC converts the description of a state machine into source code" LICENSE="BSD" SLOT="0" IUSE="" |