summaryrefslogtreecommitdiff
path: root/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild')
-rw-r--r--sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild
index cac5abc5aca7..2a874902d059 100644
--- a/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild
+++ b/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,7 +34,7 @@ src_compile() {
}
python_test() {
- PYTHONPATH="$(ls -d ${BUILD_DIR}/lib*)" unit2 discover -s ephem
+ PYTHONPATH="$(ls -d "${BUILD_DIR}"/lib*)" unit2 discover -s ephem
}
src_install() {