From 295049084817e1617202a53f4f71cdcb40420625 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 9 Nov 2022 21:56:34 +0200 Subject: sci-astronomy/pyephem: fix UnquotedVariable Signed-off-by: Arthur Zamarin --- sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-astronomy') 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() { -- cgit v1.2.3-65-gdbad