summaryrefslogtreecommitdiff
path: root/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild')
-rw-r--r--sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild6
1 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 67ac61c1741b..97dfa6e9a236 100644
--- a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild
+++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.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
@@ -25,7 +25,7 @@ else
SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_P}"
fi
- KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+ KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos"
fi
SRC_URI="${SRC_URI}
@@ -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}" )