Diff snownews-1.9 with a snownews-1.9-r1

/usr/portage/net-news/snownews/snownews-1.9-r1.ebuild 2023-10-09 14:52:34.728368482 +0300
28 28
	virtual/pkgconfig
29 29
"
30 30

  
31
PATCHES=(
32
	"${FILESDIR}"/${PN}-1.9-no-which.patch
33
)
34

  
31 35
src_prepare() {
32 36
	default
33 37

  
38
	tc-export CC
39

  
34 40
	# Disable stripping in the build system - leave it to the package manager
35 41
	sed -i -e '/ldflags/s/-s/-g -rdynamic/' -e '/cflags/s/-g0/-g/' Config.mk.in || die
36 42
}
Thank you!