diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-09 21:56:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-10 07:02:53 +0200 |
commit | 295049084817e1617202a53f4f71cdcb40420625 (patch) | |
tree | 9415678ac17ebd9329055288f634abb3d71535be /sci-astronomy/pyephem | |
parent | www-plugins/browserpass: fix UnquotedVariable (diff) | |
download | gentoo-295049084817e1617202a53f4f71cdcb40420625.tar.gz gentoo-295049084817e1617202a53f4f71cdcb40420625.tar.bz2 gentoo-295049084817e1617202a53f4f71cdcb40420625.zip |
sci-astronomy/pyephem: fix UnquotedVariable
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy/pyephem')
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild | 4 |
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() { |