dev-libs/xapian-bindings: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-08-03 23:23:46 +02:00
parent 20790ab914
commit 7b8a504f04
3 changed files with 3 additions and 15 deletions

View File

@@ -192,12 +192,8 @@ src_configure() {
--without-php7
--without-ruby
--without-tcl
--with-python3
)
if python_is_python3; then
myconf+=( --with-python3 )
else
myconf+=( --with-python )
fi
# Avoid sandbox failures when compiling modules
addpredict "$(python_get_sitedir)"

View File

@@ -192,12 +192,8 @@ src_configure() {
--without-php7
--without-ruby
--without-tcl
--with-python3
)
if python_is_python3; then
myconf+=( --with-python3 )
else
myconf+=( --with-python )
fi
# Avoid sandbox failures when compiling modules
addpredict "$(python_get_sitedir)"

View File

@@ -192,12 +192,8 @@ src_configure() {
--without-php7
--without-ruby
--without-tcl
--with-python3
)
if python_is_python3; then
myconf+=( --with-python3 )
else
myconf+=( --with-python )
fi
# Avoid sandbox failures when compiling modules
addpredict "$(python_get_sitedir)"