commit:     d0005d623d3fc11a69ed8fd8f2008dea58628601
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 07:04:48 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 07:28:18 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d0005d62

kde-apps/kpimtextedit: Pin to dev-libs/ktextaddons:5[speech=]

Using the cmake_use_find_package to control IUSE=speech means the
dependency must be synced not to fail in cmake.

Bug: https://bugs.gentoo.org/911185
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kpimtextedit/kpimtextedit-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild 
b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
index 33ef830516..0c4ae18ee8 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
        >=kde-frameworks/kxmlgui-${KFMIN}:5
        >=kde-frameworks/sonnet-${KFMIN}:5
        >=kde-frameworks/syntax-highlighting-${KFMIN}:5
-       speech? ( dev-libs/ktextaddons:5[speech] )
+       speech? ( dev-libs/ktextaddons:5[speech=] )
 "
 DEPEND="${RDEPEND}
        test? ( >=kde-frameworks/ktextwidgets-${KFMIN}:5 )

Reply via email to