diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-22 20:08:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-22 20:08:57 +0200 |
commit | 7e81bc444ed2bb2166f09d5c0f6621da848893c1 (patch) | |
tree | 16407aa1eced4315c60d3756bc12b146f80c56c0 /sci-libs | |
parent | dev-libs/libical: add 3.0.18 (diff) | |
download | gentoo-7e81bc444ed2bb2166f09d5c0f6621da848893c1.tar.gz gentoo-7e81bc444ed2bb2166f09d5c0f6621da848893c1.tar.bz2 gentoo-7e81bc444ed2bb2166f09d5c0f6621da848893c1.zip |
sci-libs/indilib: Fix UnquotedVariable
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/indilib/indilib-2.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/indilib/indilib-2.0.7.ebuild b/sci-libs/indilib/indilib-2.0.7.ebuild index 97825f10c559..78c307accfed 100644 --- a/sci-libs/indilib/indilib-2.0.7.ebuild +++ b/sci-libs/indilib/indilib-2.0.7.ebuild @@ -42,7 +42,7 @@ DEPEND="${RDEPEND} websocket? ( dev-cpp/websocketpp ) " -PATCHES=( ${FILESDIR}/${P}-fix-system-httplib.patch ) +PATCHES=( "${FILESDIR}/${P}-fix-system-httplib.patch" ) src_configure() { # -Werror=odr |