commit: 7cae45f2da4703c360eaa44e5df5a59aed8ae2b5
Author: Thomas Andrejak <thomas.andrejak <AT> gmail <DOT> com>
AuthorDate: Sun Aug 27 09:27:21 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 07:56:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cae45f2
dev-libs/libprelude: whitespace/style fixes
dev-libs/libprelude/libprelude-4.0.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libprelude/libprelude-4.0.0.ebuild
b/dev-libs/libprelude/libprelude-4.0.0.ebuild
index c906506de8b..1207e821b0d 100644
--- a/dev-libs/libprelude/libprelude-4.0.0.ebuild
+++ b/dev-libs/libprelude/libprelude-4.0.0.ebuild
@@ -52,7 +52,7 @@ src_prepare() {
src_configure() {
local myconf=(
- --enable-easy-bindings
+ --enable-easy-bindings
--with-swig
$(use_with lua)
$(use_with perl)
@@ -61,14 +61,14 @@ src_configure() {
)
if use python; then
- python_setup
+ python_setup
if python_is_python3; then
myconf+=(--without-python2 --with-python3="${EPYTHON}")
else
myconf+=(--without-python3 --with-python2="${EPYTHON}")
fi
else
- myconf+=($(use_with python python2) $(use_with python python3))
+ myconf+=(--without-python2 --without-python3)
fi
econf "${myconf[@]}"