commit: 7f0f9ddc928c6816f7110feac79681cc9d4e5eec Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sun Mar 4 13:34:10 2018 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sun Mar 4 13:34:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0f9ddc
dev-ros/rqt_plot: drop pyqwt dep Closes: https://bugs.gentoo.org/649216 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild | 4 ++-- dev-ros/rqt_plot/rqt_plot-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild b/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild index 8e73e88e63a..845689ab273 100644 --- a/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild +++ b/dev-ros/rqt_plot/rqt_plot-0.4.8.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 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - || ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqwt:5[${PYTHON_USEDEP}] ) + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqtgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] diff --git a/dev-ros/rqt_plot/rqt_plot-9999.ebuild b/dev-ros/rqt_plot/rqt_plot-9999.ebuild index 8e73e88e63a..845689ab273 100644 --- a/dev-ros/rqt_plot/rqt_plot-9999.ebuild +++ b/dev-ros/rqt_plot/rqt_plot-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 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - || ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqwt:5[${PYTHON_USEDEP}] ) + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqtgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}]
