commit:     2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 14:52:55 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 14:52:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eeed750

app-admin/logrotate: making the ebuild less ugly.

Package-Manager: portage-2.3.2

 app-admin/logrotate/logrotate-3.10.0.ebuild | 12 ++++++------
 1 file 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 99b6534..a38b2f8 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() {

Reply via email to