diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 22:27:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 23:40:47 +0100 |
commit | 072da15f03fea298ef12bfec3ea8ac95f85a15d5 (patch) | |
tree | bdd5e7a25caf520286293a9fa4d1060ff823c519 /dev-qt/pixeltool | |
parent | qt5-build.eclass: Limit RDEPEND on qtchooser to Qt versions <5.15.2 (diff) | |
download | gentoo-072da15f03fea298ef12bfec3ea8ac95f85a15d5.tar.gz gentoo-072da15f03fea298ef12bfec3ea8ac95f85a15d5.tar.bz2 gentoo-072da15f03fea298ef12bfec3ea8ac95f85a15d5.zip |
dev-qt: Add RDEPEND on dev-qt/qtchooser where link targets exist
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r-- | dev-qt/pixeltool/pixeltool-5.15.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-qt/pixeltool/pixeltool-5.15.2.ebuild b/dev-qt/pixeltool/pixeltool-5.15.2.ebuild index e3a011cfcd6a..0f420e26c76b 100644 --- a/dev-qt/pixeltool/pixeltool-5.15.2.ebuild +++ b/dev-qt/pixeltool/pixeltool-5.15.2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + QT5_MODULE="qttools" inherit qt5-build @@ -18,4 +19,6 @@ DEPEND=" ~dev-qt/qtgui-${PV}:5= ~dev-qt/qtwidgets-${PV} " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-qt/qtchooser +" |