summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-05 04:41:54 +0100
committerSam James <sam@gentoo.org>2022-04-05 04:41:54 +0100
commitf3c6fa06dabab31b8ab3d421e360433fea51bf20 (patch)
tree7aefdae19042e8e79f1dcbcd03f7120abdceffe8 /sys-fs/extundelete
parentsys-fs/extundelete: swap Clang patch (diff)
downloadgentoo-f3c6fa06dabab31b8ab3d421e360433fea51bf20.tar.gz
gentoo-f3c6fa06dabab31b8ab3d421e360433fea51bf20.tar.bz2
gentoo-f3c6fa06dabab31b8ab3d421e360433fea51bf20.zip
sys-fs/extundelete: style tweaks
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/extundelete')
-rw-r--r--sys-fs/extundelete/extundelete-0.2.4-r1.ebuild9
1 files 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"
+)