From f3c6fa06dabab31b8ab3d421e360433fea51bf20 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 5 Apr 2022 04:41:54 +0100 Subject: [PATCH] sys-fs/extundelete: style tweaks Signed-off-by: Sam James --- sys-fs/extundelete/extundelete-0.2.4-r1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild b/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild index 8df1fab2c9805..f2ef3c30afc2d 100644 --- a/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild +++ b/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,9 @@ SLOT="0" KEYWORDS="amd64 ~arm ~sparc x86" RDEPEND="sys-fs/e2fsprogs" -DEPEND=${RDEPEND} +DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/${P}-e2fsprogs.patch" "${FILESDIR}/${P}-clang.patch" ) +PATCHES=( + "${FILESDIR}/${P}-e2fsprogs.patch" + "${FILESDIR}/${P}-clang.patch" +)