commit:     f3c6fa06dabab31b8ab3d421e360433fea51bf20
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 03:41:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 03:41:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c6fa06

sys-fs/extundelete: style tweaks

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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 8df1fab2c980..f2ef3c30afc2 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"
+)

Reply via email to