summaryrefslogtreecommitdiffstats
path: root/trinity-base/ksayit/ksayit-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-base/ksayit/ksayit-9999.ebuild')
-rw-r--r--trinity-base/ksayit/ksayit-9999.ebuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/trinity-base/ksayit/ksayit-9999.ebuild b/trinity-base/ksayit/ksayit-9999.ebuild
index 1972bdfb..6e546764 100644
--- a/trinity-base/ksayit/ksayit-9999.ebuild
+++ b/trinity-base/ksayit/ksayit-9999.ebuild
@@ -5,6 +5,7 @@ EAPI="7"
TRINITY_MODULE_NAME="tdeaccessibility"
TSM_EXTRACT_ALSO="kspeechsink translations"
+TRINITY_NEED_ARTS="yes"
inherit trinity-meta-2
DESCRIPTION="TDE text-to-speech frontend"
@@ -12,15 +13,5 @@ if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86"
fi
-DEPEND="~trinity-base/kttsd-${PV}
- ~trinity-base/arts-${PV}"
+DEPEND="~trinity-base/kttsd-${PV}"
RDEPEND="${DEPEND}"
-
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_ALL=OFF
- )
-
- trinity-meta-2_src_configure
-}