Diff dump-0.4.47-r2 with a dump-0.4.47-r3

/usr/portage/app-arch/dump/dump-0.4.47-r3.ebuild 2023-10-09 14:52:28.184368317 +0300
14 14

  
15 15
LICENSE="BSD"
16 16
SLOT="0"
17
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
17
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
18 18
# We keep uuid USE flag default dsiabled for this version. Don't forget
19 19
# to default enable it for later versions as this is the upstream default.
20 20
IUSE="bzip2 debug ermt lzo readline selinux sqlite ssl static test uuid zlib"
......
48 48
	virtual/os-headers"
49 49
BDEPEND="virtual/pkgconfig"
50 50

  
51
PATCHES=(
52
	"${FILESDIR}"/${PN}-fix-incompatible-pointer-to-integer-conversion.patch
53
)
54

  
51 55
src_configure() {
52 56
	local myeconfargs=(
53 57
		--with-dumpdatespath=/etc/dumpdates
Thank you!