diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 16:24:46 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:40 +0200 |
commit | 2d71e8c087962b475ba62598d9b13872f064a06b (patch) | |
tree | 294d3638643164bea2988da35cc895f3982a0e2e /dev-ros/rqt_py_common | |
parent | ros-meta/rqt: Bump to 0.5.2. (diff) | |
download | gentoo-2d71e8c087962b475ba62598d9b13872f064a06b.tar.gz gentoo-2d71e8c087962b475ba62598d9b13872f064a06b.tar.bz2 gentoo-2d71e8c087962b475ba62598d9b13872f064a06b.zip |
dev-ros/rqt_py_common: 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/rqt_py_common')
-rw-r--r-- | dev-ros/rqt_py_common/rqt_py_common-0.5.2.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/rqt_py_common/rqt_py_common-9999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-ros/rqt_py_common/rqt_py_common-0.5.2.ebuild b/dev-ros/rqt_py_common/rqt_py_common-0.5.2.ebuild index 3f96b22ee793..8950adf357ab 100644 --- a/dev-ros/rqt_py_common/rqt_py_common-0.5.2.ebuild +++ b/dev-ros/rqt_py_common/rqt_py_common-0.5.2.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 KEYWORDS="~amd64" ROS_REPO_URI="https://github.com/ros-visualization/rqt" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild index bb0ac4b8ba23..8950adf357ab 100644 --- a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild +++ b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 KEYWORDS="~amd64" ROS_REPO_URI="https://github.com/ros-visualization/rqt" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin |