diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2024-04-01 09:05:28 -0400 |
---|---|---|
committer | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2024-04-01 09:10:16 -0400 |
commit | 85af921691834827289cf0d0649b4ed290f8fa25 (patch) | |
tree | 63c09cc20bcd279e215d101cf1b5e51b345922f3 /net-mail | |
parent | dev-build/cargo-make: move from dev-util/cargo-make (diff) | |
download | guru-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')
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 9e8a22927..5287bc2d2 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 9e8a22927..5287bc2d2 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 9e8a22927..5287bc2d2 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 9e8a22927..5287bc2d2 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 8101d9af3..e12ebd7f5 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() { |