Diff getdata-0.11.0 with a getdata-0.11.0-r1

/usr/portage/sci-libs/getdata/getdata-0.11.0-r1.ebuild 2023-10-09 14:52:35.072368491 +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
......
23 23
"
24 24
RDEPEND="${DEPEND}"
25 25

  
26
PATCHES=(
27
	"${FILESDIR}"/${PN}-0.11.0-fix-gzseek64-not-found.patch
28
)
29

  
26 30
src_prepare() {
27 31
	default
28 32
	eautoreconf
Thank you!