diff options
author | 2018-04-28 17:21:28 +0200 | |
---|---|---|
committer | 2018-04-28 17:21:54 +0200 | |
commit | e8504e012a850c282f3a901f42ca0a85d4b3ae4b (patch) | |
tree | b0debb9b9ac07ba81b41834e9dbf4a04215f98e0 /dev-ros/hector_geotiff/hector_geotiff-9999.ebuild | |
parent | dev-ros/rqt_reconfigure: bump to 0.4.10 (diff) | |
download | gentoo-e8504e012a850c282f3a901f42ca0a85d4b3ae4b.tar.gz gentoo-e8504e012a850c282f3a901f42ca0a85d4b3ae4b.tar.bz2 gentoo-e8504e012a850c282f3a901f42ca0a85d4b3ae4b.zip |
dev-ros/hector_geotiff: port to qt5
Closes: https://bugs.gentoo.org/644564
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-ros/hector_geotiff/hector_geotiff-9999.ebuild')
-rw-r--r-- | dev-ros/hector_geotiff/hector_geotiff-9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild b/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild index 44e33566e42d..1bc71fd4e8be 100644 --- a/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild +++ b/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,9 +22,12 @@ RDEPEND=" dev-libs/console_bridge:= dev-ros/roscpp dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-qt/qtcore:4 - dev-qt/qtgui:4 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 dev-libs/boost:= " DEPEND="${RDEPEND} dev-cpp/eigen:3" + +PATCHES=( "${FILESDIR}/qt5.patch" ) |