sci-chemistry/openbabel: fix WhitespaceFound

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-03-10 05:23:31 +00:00
parent be93023525
commit f456eb2e83
2 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ src_configure() {
)
if use test; then
# Help cmake find the python interpreter when dev-lang/python-exec is built
# Help cmake find the python interpreter when dev-lang/python-exec is built
# without native-symlinks support.
python_setup
mycmakeargs+=( -DPYTHON_EXECUTABLE="${PYTHON}" )

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -181,7 +181,7 @@ src_configure() {
)
if use test; then
# Help cmake find the python interpreter when dev-lang/python-exec is built
# Help cmake find the python interpreter when dev-lang/python-exec is built
# without native-symlinks support.
python_setup
mycmakeargs+=( -DPYTHON_EXECUTABLE="${PYTHON}" )