Diff openafs-1.8.7 with a openafs-1.8.8.1-r1

/usr/portage/net-fs/openafs/openafs-1.8.8.1-r1.ebuild 2023-10-09 14:52:34.432368475 +0300
8 8

  
9 9
MY_PV=${PV/_/}
10 10
MY_P="${PN}-${MY_PV}"
11
PVER=20210116
12
KERNEL_LIMIT=5.11
11
PVER=20211212
12
KERNEL_LIMIT=5.17
13 13

  
14 14
DESCRIPTION="The OpenAFS distributed file system"
15 15
HOMEPAGE="https://www.openafs.org/"
......
23 23

  
24 24
LICENSE="IBM BSD openafs-krb5-a APSL-2"
25 25
SLOT="0"
26
KEYWORDS="amd64 -riscv ~sparc x86 ~amd64-linux ~x86-linux"
26
KEYWORDS="~amd64 -riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
27 27

  
28 28
IUSE="apidoc bitmap-later debug doc fuse kauth kerberos +modules +namei
29 29
ncurses perl +pthreaded-ubik selinux +supergroups tsm ubik-read-while-write"
......
47 47
	perl? ( dev-lang/swig )"
48 48
DEPEND="
49 49
	!net-fs/openafs-kernel
50
	virtual/libcrypt:=
50 51
	virtual/libintl
51 52
	amd64? ( tsm? ( app-backup/tsm ) )
52 53
	doc? (
......
97 98
	# fixing 2-nd level makefiles to honor flags
98 99
	sed -i -r 's/\<CFLAGS[[:space:]]*=/CFLAGS+=/; s/\<LDFLAGS[[:space:]]*=/LDFLAGS+=/' \
99 100
		src/*/Makefile.in || die '*/Makefile.in sed failed'
100
	# fix xml docs to use local dtd files
101
	sed -i 's|http://www.oasis-open.org/docbook/xml/4.3|/usr/share/sgml/docbook/xml-dtd-4.3|' \
102
		doc/xml/*/*000.xml || die
103 101

  
104
	# packaging is f-ed up, so we can't run eautoreconf
102
	# build system is very delicate, so we can't run eautoreconf
105 103
	# run autotools commands based on what is listed in regen.sh
104
	_elibtoolize -c -f -i
106 105
	eaclocal -I src/cf -I src/external/rra-c-util/m4
107 106
	eautoconf
108 107
	eautoconf -o configure-libafs configure-libafs.ac
Thank you!