mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-mail/dovecot-fts-xapian: fix unquoted variable FILESDIR
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user