diff options
author | Alexander Golubev <[email protected]> | 2024-01-03 01:37:20 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2024-02-02 12:29:12 +0000 |
commit | dfc29271e129c1eab54bfd197a0ed21221acad08 (patch) | |
tree | a90afe87058877c5dddbb67b03e5e8d8ad85ac2d /trinity-base/kttsd/kttsd-9999.ebuild | |
parent | 7b2216ceda66ed753c5341b30bfcd41411b770a6 (diff) | |
download | tde-packaging-gentoo-dfc29271e129c1eab54bfd197a0ed21221acad08.tar.gz tde-packaging-gentoo-dfc29271e129c1eab54bfd197a0ed21221acad08.zip |
trinity-base/*: remove translations/ from TSM_EXTRACT_ALSO (live packages)
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'trinity-base/kttsd/kttsd-9999.ebuild')
-rw-r--r-- | trinity-base/kttsd/kttsd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/kttsd/kttsd-9999.ebuild b/trinity-base/kttsd/kttsd-9999.ebuild index a3ef0e65..31c4f6be 100644 --- a/trinity-base/kttsd/kttsd-9999.ebuild +++ b/trinity-base/kttsd/kttsd-9999.ebuild @@ -7,7 +7,7 @@ TRINITY_MODULE_NAME="tdeaccessibility" TRINITY_MODULE_TYPE="core" TRINITY_HANDBOOK="optional" TRINITY_NEED_ARTS="optional" -TSM_EXTRACT_ALSO="kspeechsink translations" +TSM_EXTRACT_ALSO="kspeechsink" inherit trinity-meta-2 DESCRIPTION="TDE text-to-speech subsystem" |