diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:15:50 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:57:12 +0200 |
commit | 01e28730b940eaec78a8b2ee456658ec8c7345f7 (patch) | |
tree | 787f5d82bec3d26c38192740acacbeed4e50407a /dev-ros/qt_gui | |
parent | dev-ros/qt_gui_app: bump eapi (diff) | |
download | gentoo-01e28730b940eaec78a8b2ee456658ec8c7345f7.tar.gz gentoo-01e28730b940eaec78a8b2ee456658ec8c7345f7.tar.bz2 gentoo-01e28730b940eaec78a8b2ee456658ec8c7345f7.zip |
dev-ros/qt_gui: 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/qt_gui')
-rw-r--r-- | dev-ros/qt_gui/qt_gui-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ros/qt_gui/qt_gui-9999.ebuild b/dev-ros/qt_gui/qt_gui-9999.ebuild index 37de1e211723..bf7316e15d80 100644 --- a/dev-ros/qt_gui/qt_gui-9999.ebuild +++ b/dev-ros/qt_gui/qt_gui-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 ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core" KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin |