[dev-libs/Ice] add py3k11 support

This commit is contained in:
2022-11-06 04:13:19 +01:00
parent 6620a35f85
commit ff1d428fd7
4 changed files with 51 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby30"
@@ -52,6 +52,7 @@ PHP_EXT_S="${S}/php"
PATCHES=(
"${FILESDIR}/${P}-fix-musl-build.patch"
"${FILESDIR}/${P}-py3k11.patch"
)
pkg_setup() {