Diff libtar-1.2.20-r5 with a libtar-1.2.20-r6

/usr/portage/dev-libs/libtar/libtar-1.2.20-r6.ebuild 2023-10-09 14:52:29.528368351 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
31 31
	"${FILESDIR}"/${P}-fd-leaks.patch
32 32
	"${FILESDIR}"/${P}-tar_open-memleak.patch
33 33
	"${FILESDIR}"/${P}-bin-memleaks.patch
34
	"${FILESDIR}"/${P}-configure-clang16.patch
34 35
)
35 36

  
36 37
src_prepare() {
Thank you!