diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-04 15:35:21 -0400 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-05 21:47:15 +0200 |
commit | 67d323a0320574d816942f4b5903c5934dba1aa4 (patch) | |
tree | 7d23c4b465dfc92a9c00193a1d3f604100060c06 /eclass | |
parent | media-gfx/opencsg: Drop 1.4.2 (r0) (diff) | |
download | gentoo-67d323a0320574d816942f4b5903c5934dba1aa4.tar.gz gentoo-67d323a0320574d816942f4b5903c5934dba1aa4.tar.bz2 gentoo-67d323a0320574d816942f4b5903c5934dba1aa4.zip |
leechcraft.eclass: add qtcore and qtgui deps
Every lc plugin necessarily links to both qtcore and qtgui,
otherwise it is not loadable by the lc-core. Although possibly being a
(mis)feature of the plugin API, this is unlikely to get fixed any time
soon if at all, so let's save some duplication and avoid putting these
deps in each of the ~70 ebuilds.
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14924
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/leechcraft.eclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index 57ccf631de01..c53f6712d863 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -39,6 +39,12 @@ fi HOMEPAGE="https://leechcraft.org/" LICENSE="Boost-1.0" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 +" +RDEPEND="${DEPEND}" + # @ECLASS-VARIABLE: LEECHCRAFT_PLUGIN_CATEGORY # @DEFAULT_UNSET # @DESCRIPTION: |