diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:14:37 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:57:12 +0200 |
commit | e950ce09cb0cb9436c601728cf8c392b3de8c84f (patch) | |
tree | 5617eb4b888ab057dc33417d48be6fdfe3ffd5f2 /dev-ros | |
parent | dev-ros/qt_gui_py_common: bump eapi (diff) | |
download | gentoo-e950ce09cb0cb9436c601728cf8c392b3de8c84f.tar.gz gentoo-e950ce09cb0cb9436c601728cf8c392b3de8c84f.tar.bz2 gentoo-e950ce09cb0cb9436c601728cf8c392b3de8c84f.zip |
dev-ros/qt_gui_cpp: 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')
-rw-r--r-- | dev-ros/qt_gui_cpp/qt_gui_cpp-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-9999.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-9999.ebuild index 0216c3788c0b..a4e1317260cc 100644 --- a/dev-ros/qt_gui_cpp/qt_gui_cpp-9999.ebuild +++ b/dev-ros/qt_gui_cpp/qt_gui_cpp-9999.ebuild @@ -1,16 +1,15 @@ -# 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 ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core" KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin -DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available" +DESCRIPTION="C++-bindings for qt_gui and creates bindings for every generator available" LICENSE="BSD" SLOT="0" IUSE="" |