diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 19:24:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 19:34:49 +0200 |
commit | 0501d6d1ab8df13999cbd8b6d10df799ac82cc6b (patch) | |
tree | c637f547d1f73a4b77919d3466f27e04b4a474d4 /dev-ros/audio_common_msgs/audio_common_msgs-9999.ebuild | |
parent | dev-ros/audio_play: bump eapi (diff) | |
download | gentoo-0501d6d1ab8df13999cbd8b6d10df799ac82cc6b.tar.gz gentoo-0501d6d1ab8df13999cbd8b6d10df799ac82cc6b.tar.bz2 gentoo-0501d6d1ab8df13999cbd8b6d10df799ac82cc6b.zip |
dev-ros/audio_common_msgs: 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/audio_common_msgs/audio_common_msgs-9999.ebuild')
-rw-r--r-- | dev-ros/audio_common_msgs/audio_common_msgs-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ros/audio_common_msgs/audio_common_msgs-9999.ebuild b/dev-ros/audio_common_msgs/audio_common_msgs-9999.ebuild index 55090b9ba792..468a27192cda 100644 --- a/dev-ros/audio_common_msgs/audio_common_msgs-9999.ebuild +++ b/dev-ros/audio_common_msgs/audio_common_msgs-9999.ebuild @@ -1,12 +1,11 @@ # 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/audio_common" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin |