Diff gssproxy-0.9.1 with a gssproxy-0.9.1-r1

/usr/portage/net-nds/gssproxy/gssproxy-0.9.1-r1.ebuild 2023-10-09 14:52:34.720368482 +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
......
30 30
# unfeasible.
31 31
RESTRICT="test"
32 32

  
33
PATCHES=(
34
	"${FILESDIR}"/${PN}-0.9.1-fix-musl-llvm16-build.patch
35
)
36

  
33 37
# pkg_setup() {
34 38
#	# Here instead of flag-logic in DEPEND, since virtual/krb5 does not
35 39
#	# allow to specify the openldap use flag, which heimdal doesn't
Thank you!