summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-12-02 15:52:55 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-12-02 15:52:55 +0100
commit2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb (patch)
tree5122e3bf942c6eb29b2676caad151fa96987d408
parentapp-misc/ca-certificates: Removed old. (diff)
downloadgentoo-2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb.tar.gz
gentoo-2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb.tar.bz2
gentoo-2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb.zip
app-admin/logrotate: making the ebuild less ugly.
Package-Manager: portage-2.3.2
-rw-r--r--app-admin/logrotate/logrotate-3.10.0.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/logrotate/logrotate-3.10.0.ebuild b/app-admin/logrotate/logrotate-3.10.0.ebuild
index 99b653469e3a..a38b2f872495 100644
--- a/app-admin/logrotate/logrotate-3.10.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.10.0.ebuild
@@ -36,12 +36,12 @@ install_cron_file() {
}
PATCHES=(
- "${FILESDIR}"/"${P}"-ignore-hidden.patch \
- "${FILESDIR}"/"${P}"-fbsd.patch \
- "${FILESDIR}"/"${P}"-noasprintf.patch \
- "${FILESDIR}"/"${P}"-atomic-create.patch \
- "${FILESDIR}"/"${P}"-Werror.patch \
- "${FILESDIR}"/"${P}"-lfs.patch
+ "${FILESDIR}/${P}-ignore-hidden.patch"
+ "${FILESDIR}/${P}-fbsd.patch"
+ "${FILESDIR}/${P}-noasprintf.patch"
+ "${FILESDIR}/${P}-atomic-create.patch"
+ "${FILESDIR}/${P}-Werror.patch"
+ "${FILESDIR}/${P}-lfs.patch"
)
src_prepare() {