commit:     e4e21e515d085b4ba8d4e6f2ba48506ca938d86d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 22:08:24 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 15:44:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e21e51

app-accessibility/simon: Last ditch fixes, not that it matters

Build fails anyway.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-accessibility/simon/simon-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-accessibility/simon/simon-9999.ebuild 
b/app-accessibility/simon/simon-9999.ebuild
index 3115d465843..9d68cd21a9e 100644
--- a/app-accessibility/simon/simon-9999.ebuild
+++ b/app-accessibility/simon/simon-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,6 +6,7 @@ EAPI=7
 EGIT_BRANCH="kf5"
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
+KDE_ORG_CATEGORY="unmaintained"
 inherit ecm kde.org
 
 DESCRIPTION="Open-source speech recognition program for replacing mouse and 
keyboard"
@@ -58,13 +59,13 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_find_package pim KF5CalendarCore)
-               $(cmake-utils_use_find_package pim KF5Akonadi)
+               $(cmake_use_find_package pim KF5CalendarCore)
+               $(cmake_use_find_package pim KF5Akonadi)
                -DWITH_LibSampleRate=$(usex libsamplerate)
                -DWITH_OpenCV=$(usex opencv)
                -DBackendType=$(usex sphinx "both" "jhtk")
-               $(cmake-utils_use_find_package sphinx Sphinxbase)
-               $(cmake-utils_use_find_package sphinx Pocketsphinx)
+               $(cmake_use_find_package sphinx Sphinxbase)
+               $(cmake_use_find_package sphinx Pocketsphinx)
                -DQWT_INCLUDE_DIR=/usr/include/qwt6
                -DQWT_LIBRARY=/usr/$(get_libdir)/libqwt6-qt5.so
        )

Reply via email to