diff options
author | ormorph <roma251078@mail.ru> | 2021-11-07 19:30:12 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-07 19:30:12 +0300 |
commit | f88c3a8a5ca42156c1f1df747d57556dff9daeda (patch) | |
tree | bc92959947a70b91bead37c1290dc2be8fae3d07 /trinity-base/ksayit | |
parent | 59b1a7112867f9239e8522fba5c46b954b501109 (diff) | |
download | tde-packaging-gentoo-f88c3a8a5ca42156c1f1df747d57556dff9daeda.tar.gz tde-packaging-gentoo-f88c3a8a5ca42156c1f1df747d57556dff9daeda.zip |
Removing unnecessary options DBUILD_ALL=OFF
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/ksayit')
-rw-r--r-- | trinity-base/ksayit/ksayit-9999.ebuild | 13 |
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 -} |