Skip to content

Commit

Permalink
kde-plasma/union: Fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 18, 2025
1 parent c51b44c commit ae8fc7c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kde-plasma/union/union-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
svg? (
>=dev-cpp/rapidyaml-0.7.2:=
>=dev-qt/qtsvg-${QTMIN}:6
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
kde-plasma/libplasma:6
)
"
DEPEND="${RDEPEND}
>=dev-qt/qttools-${QTMIN}:6[qdoc]
svg? ( >=dev-cpp/rapidyaml-0.7.2:= )
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[qdoc]"

DOCS=( README.md )

Expand Down

0 comments on commit ae8fc7c

Please sign in to comment.