From 85af921691834827289cf0d0649b4ed290f8fa25 Mon Sep 17 00:00:00 2001 From: Philippe Chaintreuil Date: Mon, 1 Apr 2024 09:05:28 -0400 Subject: [PATCH] net-mail/dovecot-fts-xapian: fix unquoted variable FILESDIR Signed-off-by: Philippe Chaintreuil --- net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.9.ebuild | 2 +- net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.10.ebuild | 2 +- net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.6.ebuild | 2 +- net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild | 2 +- net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.9.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.9.ebuild index 9e8a229271..5287bc2d25 100644 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.9.ebuild +++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.9.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( - ${FILESDIR}/bug-887887_allow-O2-override.patch + "${FILESDIR}/bug-887887_allow-O2-override.patch" ) src_prepare() { diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.10.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.10.ebuild index 9e8a229271..5287bc2d25 100644 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.10.ebuild +++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.10.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( - ${FILESDIR}/bug-887887_allow-O2-override.patch + "${FILESDIR}/bug-887887_allow-O2-override.patch" ) src_prepare() { diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.6.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.6.ebuild index 9e8a229271..5287bc2d25 100644 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.6.ebuild +++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.6.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( - ${FILESDIR}/bug-887887_allow-O2-override.patch + "${FILESDIR}/bug-887887_allow-O2-override.patch" ) src_prepare() { diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild index 9e8a229271..5287bc2d25 100644 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild +++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( - ${FILESDIR}/bug-887887_allow-O2-override.patch + "${FILESDIR}/bug-887887_allow-O2-override.patch" ) src_prepare() { diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild index 8101d9af32..e12ebd7f57 100644 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild +++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild @@ -37,7 +37,7 @@ if [ "$PV" = 9999 ] ; then fi PATCHES=( - ${FILESDIR}/bug-887887_allow-O2-override.patch + "${FILESDIR}/bug-887887_allow-O2-override.patch" ) src_prepare() {