Diff crash-8.0.2 with a crash-8.0.3-r1

/usr/portage/dev-util/crash/crash-8.0.3-r1.ebuild 2023-10-09 14:52:30.956368387 +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
......
37 37
# make rules catch it and tests fail
38 38
RESTRICT="test"
39 39

  
40
PATCHES=(
41
	# bug 911929, patch already in upstream, drop in next version bump
42
	"${FILESDIR}/${P}-strlcpy.patch"
43
)
44

  
40 45
src_prepare() {
41 46
	default
42 47

  
Thank you!