aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>2024-04-01 09:05:28 -0400
committerPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>2024-04-01 09:10:16 -0400
commit85af921691834827289cf0d0649b4ed290f8fa25 (patch)
tree63c09cc20bcd279e215d101cf1b5e51b345922f3 /net-mail
parentdev-build/cargo-make: move from dev-util/cargo-make (diff)
downloadguru-85af921691834827289cf0d0649b4ed290f8fa25.tar.gz
guru-85af921691834827289cf0d0649b4ed290f8fa25.tar.bz2
guru-85af921691834827289cf0d0649b4ed290f8fa25.zip
net-mail/dovecot-fts-xapian: fix unquoted variable FILESDIR
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.9.ebuild2
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.10.ebuild2
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.6.ebuild2
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild2
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild2
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() {