Skip to content

Commit

Permalink
dev-libs/ktextaddons: refresh deps
Browse files Browse the repository at this point in the history
* Need qtmultimedia[widgets] with USE=speech (upstream commit 3e1981fbf021c483d9e5ec45cd6f86f040c69735).

Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Feb 26, 2024
1 parent 7831d99 commit 73dc1b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-libs/ktextaddons/ktextaddons-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/sonnet-${KFMIN}:6
>=kde-frameworks/syntax-highlighting-${KFMIN}:6
speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
speech? (
>=dev-qt/qtmultimedia-${QTMIN}:6[widgets]
>=dev-qt/qtspeech-${QTMIN}:6
)
"
RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5
Expand Down

0 comments on commit 73dc1b3

Please sign in to comment.