|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
|
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
|
|
|
|
|
PYTHON_COMPAT=( python3_{8..9} )
|
|
|
|
|
PYTHON_COMPAT=( python3_{8..10} )
|
|
|
|
|
|
|
|
|
|
RUBY_OPTIONAL="yes"
|
|
|
|
|
USE_RUBY="ruby27"
|
|
|
|
@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
|
|
|
|
|
|
|
|
|
|
PHP_EXT_OPTIONAL_USE=php
|
|
|
|
|
|
|
|
|
|
USE_PHP="php7-4"
|
|
|
|
|
USE_PHP="php8-0"
|
|
|
|
|
|
|
|
|
|
EGIT_REPO_URI="https://github.com/zeroc-ice/ice.git"
|
|
|
|
|
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
|
|
|
|
@ -87,6 +87,13 @@ src_prepare() {
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|"32"|""|' \
|
|
|
|
|
scripts/IceBoxUtil.py || die
|
|
|
|
|
|
|
|
|
|
if use !test; then
|
|
|
|
|
# Disable building tests
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|include \$(top_srcdir)/config/Make.tests.rules||' \
|
|
|
|
|
config/Make.rules || die
|
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
|