mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/xapian-bindings: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user