|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
|
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
|
|
|
|
|
LUA_COMPAT=( lua5-{1..2} luajit )
|
|
|
|
|
PYTHON_COMPAT=( python3_{6..9} )
|
|
|
|
|
PYTHON_COMPAT=( python3_{8..9} )
|
|
|
|
|
|
|
|
|
|
inherit lua-single python-any-r1 scons-utils toolchain-funcs
|
|
|
|
|
|
|
|
|
@ -145,6 +145,9 @@ src_configure() {
|
|
|
|
|
hunspell_enable="no"
|
|
|
|
|
icu="$(usex icu)"
|
|
|
|
|
install_git_hooks="no"
|
|
|
|
|
# Use 'DISABLE' as an invalid lib name, so no editline lib is used,
|
|
|
|
|
# as current version is not compatible and compilation will fail.
|
|
|
|
|
editline_libname="DISABLE"
|
|
|
|
|
libidn_bundled_enable="false"
|
|
|
|
|
libminiupnpc_force_bundled="false"
|
|
|
|
|
libnatpmp_force_bundled="false"
|
|
|
|
|