Diff libxslt-1.1.37-r1 with a libxslt-1.1.38

/usr/portage/dev-libs/libxslt/libxslt-1.1.38.ebuild 2023-10-09 14:52:29.536368351 +0300
5 5

  
6 6
# Note: Please bump this in sync with dev-libs/libxml2.
7 7

  
8
PYTHON_COMPAT=( python3_{9..11} )
8
PYTHON_COMPAT=( python3_{10..12} )
9 9
inherit flag-o-matic python-r1 multilib-minimal
10 10

  
11 11
DESCRIPTION="XSLT libraries and tools"
......
39 39
	/usr/include/libxslt/xsltconfig.h
40 40
)
41 41

  
42
DOCS=( AUTHORS FEATURES NEWS README TODO )
43

  
44 42
src_prepare() {
45 43
	default
46 44

  
......
96 94
	default
97 95

  
98 96
	if multilib_is_native_abi && use python ; then
99
		python_foreach_impl run_in_build_dir libxslt_py_emake test
97
		python_foreach_impl run_in_build_dir libxslt_py_emake check
100 98
	fi
101 99
}
102 100

  
Thank you!