diff options
author | Slávek Banko <[email protected]> | 2019-11-19 17:45:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-11-19 17:45:28 +0100 |
commit | e6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch) | |
tree | 014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0009-81ace9c-fix-inadvertent-tq-changes.patch | |
parent | 4b7471734323c7cb5bdc129857c94041418c81b5 (diff) | |
download | tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip |
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0009-81ace9c-fix-inadvertent-tq-changes.patch')
-rw-r--r-- | gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0009-81ace9c-fix-inadvertent-tq-changes.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0009-81ace9c-fix-inadvertent-tq-changes.patch b/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0009-81ace9c-fix-inadvertent-tq-changes.patch new file mode 100644 index 000000000..d778c7fc2 --- /dev/null +++ b/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0009-81ace9c-fix-inadvertent-tq-changes.patch @@ -0,0 +1,15 @@ +diff --git a/kopete/kopete.api b/kopete/kopete.api +index 04084b8..95a196a 100644 +--- a/kopete/kopete.api ++++ b/kopete/kopete.api +@@ -59,8 +59,8 @@ WARN_LOGFILE = + INPUT = libkopete libkopete/ui + FILE_PATTERNS = *.h + RECURSIVE = NO +-EXCLUDE_PATTERNS = *.tqmoc.* \ +- tqmoc* \ ++EXCLUDE_PATTERNS = *.moc.* \ ++ moc* \ + *.all_cpp.* \ + *unload.* \ + */test/* \ |