dev-vcs/gitqlient: 1.6.1-r1, add fix for Commit Description output

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2023-02-13 02:45:11 +03:00
parent 9058588295
commit bc6949dd55
2 changed files with 38 additions and 1 deletions

View File

@@ -28,7 +28,10 @@ RDEPEND="
dev-vcs/git
"
PATCHES=( "$FILESDIR/${P}_fix_tabs_style.patch" )
PATCHES=(
"$FILESDIR/${P}_fix_tabs_style.patch"
"$FILESDIR/${P}_fix_commit_longLog.patch"
)
src_prepare() {
default