commit:     f456eb2e83ed0559996a6aa0481b37d20ec9ebfb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 05:23:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 21:10:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f456eb2e

sci-chemistry/openbabel: fix WhitespaceFound

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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 99bc728c7908..97dfa6e9a236 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 baf793cb651c..2c73801d2362 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}" )

Reply via email to