From f456eb2e83ed0559996a6aa0481b37d20ec9ebfb Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 10 Mar 2022 05:23:31 +0000 Subject: [PATCH] sci-chemistry/openbabel: fix WhitespaceFound Signed-off-by: Sam James --- sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild | 2 +- sci-chemistry/openbabel/openbabel-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild index 99bc728c7908e..97dfa6e9a2365 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild @@ -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}" ) diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild index baf793cb651c4..2c73801d2362c 100644 --- a/sci-chemistry/openbabel/openbabel-9999.ebuild +++ b/sci-chemistry/openbabel/openbabel-9999.ebuild @@ -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}" )