diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:23:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:50 +0000 |
commit | f456eb2e83ed0559996a6aa0481b37d20ec9ebfb (patch) | |
tree | 2346b018c04726fb0b65166a38119b3f26747a83 /sci-chemistry | |
parent | net-wireless/gobi_loader: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-f456eb2e83ed0559996a6aa0481b37d20ec9ebfb.tar.gz gentoo-f456eb2e83ed0559996a6aa0481b37d20ec9ebfb.tar.bz2 gentoo-f456eb2e83ed0559996a6aa0481b37d20ec9ebfb.zip |
sci-chemistry/openbabel: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild | 2 | ||||
-rw-r--r-- | 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}" ) |