diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-09-04 16:38:26 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-09-04 16:38:38 +0200 |
commit | d7cc31d617d617e1928da9541c6fafe5cee02941 (patch) | |
tree | 4b8788c5101b833954c5a3df2cf3fb5c70dd6232 /dev-ros | |
parent | kde-frameworks/kded: Fix .desktop file (diff) | |
download | gentoo-d7cc31d617d617e1928da9541c6fafe5cee02941.tar.gz gentoo-d7cc31d617d617e1928da9541c6fafe5cee02941.tar.bz2 gentoo-d7cc31d617d617e1928da9541c6fafe5cee02941.zip |
dev-ros/python_qt_binding: add missing usedep
Closes: https://bugs.gentoo.org/734670
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/python_qt_binding/python_qt_binding-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild b/dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild index 1c72ba45c00c..09f3528474a0 100644 --- a/dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild +++ b/dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild @@ -14,6 +14,6 @@ SLOT="0" IUSE="" RDEPEND=" - $(python_gen_cond_dep "dev-python/PyQt5[gui,widgets,\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/PyQt5[gui,widgets,printsupport,\${PYTHON_USEDEP}]") " DEPEND="${RDEPEND}" diff --git a/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild b/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild index 1c72ba45c00c..09f3528474a0 100644 --- a/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild +++ b/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild @@ -14,6 +14,6 @@ SLOT="0" IUSE="" RDEPEND=" - $(python_gen_cond_dep "dev-python/PyQt5[gui,widgets,\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/PyQt5[gui,widgets,printsupport,\${PYTHON_USEDEP}]") " DEPEND="${RDEPEND}" |