История изменений
Исправление ZuBB, (текущая версия) :
и еще
теперь (и до моей правки тоже) это
You need to know that any patch that causes conflict in sys-kernel/geek-sources is automatically skipped. There are no checks for those type of patches/USE flags in sys-kernel/geek-sources.
и это
Each patch passes couple of checks:
Normal patch must exist and contain more than 8 lines. Patch in *.gz, *.bz, *.bz2, *.lrz, *.xz, *.zip, *.Z must exist and its size must be greater than zero. Only those patches that pass the test check are applied
# patch -p1 --dry-run patch_name && patch -p1 -s patch_name
идет немного в разрез
Исходная версия ZuBB, :
и еще
теперь (и до моей правки тоже) это
You need to know that any patch that causes conflict in sys-kernel/geek-sources is automatically skipped. There are no checks for those type of patches/USE flags in sys-kernel/geek-sources.
и это идет в разрез немного
Each patch passes couple of checks:
Normal patch must exist and contain more than 8 lines. Patch in *.gz, *.bz, *.bz2, *.lrz, *.xz, *.zip, *.Z must exist and its size must be greater than zero. Only those patches that pass the test check are applied
# patch -p1 --dry-run patch_name && patch -p1 -s patch_name