diff options
author | ormorph <roma251078@mail.ru> | 2021-11-15 15:57:16 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-15 20:29:06 +0300 |
commit | 47004a75190ab50c24dba4c3ca68949a5031c591 (patch) | |
tree | ef7dfcf17d9245e11853a89463b1d583f9a40d38 /trinity-apps | |
parent | 4b77dfb10f54d18a9e88ea3bd582e71da7941e02 (diff) | |
download | tde-packaging-gentoo-47004a75190ab50c24dba4c3ca68949a5031c591.tar.gz tde-packaging-gentoo-47004a75190ab50c24dba4c3ca68949a5031c591.zip |
Fixed TRINITY_MODULE_TYPE for tdesvn
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps')
-rw-r--r-- | trinity-apps/tdesvn/tdesvn-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-apps/tdesvn/tdesvn-9999.ebuild b/trinity-apps/tdesvn/tdesvn-9999.ebuild index f748e87c..31165829 100644 --- a/trinity-apps/tdesvn/tdesvn-9999.ebuild +++ b/trinity-apps/tdesvn/tdesvn-9999.ebuild @@ -8,7 +8,7 @@ TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_HANDBOOK="optional" TRINITY_LANGS="ca cs de es fr gl it ja lt nl pa ru sv" -TRINITY_MODULE_TYPE="applications/developmen" +TRINITY_MODULE_TYPE="applications/development" inherit trinity-base-2 DESCRIPTION="Subversion client with tight TDE integration" |