From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF8C915808B for ; Tue, 5 Apr 2022 03:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 904F5E091C; Tue, 5 Apr 2022 03:43:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C36DE091C for ; Tue, 5 Apr 2022 03:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5997D3412F0 for ; Tue, 5 Apr 2022 03:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF39D287 for ; Tue, 5 Apr 2022 03:43:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649130114.f3c6fa06dabab31b8ab3d421e360433fea51bf20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/extundelete/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/extundelete/extundelete-0.2.4-r1.ebuild X-VCS-Directories: sys-fs/extundelete/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3c6fa06dabab31b8ab3d421e360433fea51bf20 X-VCS-Branch: master Date: Tue, 5 Apr 2022 03:43:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dcd2e289-73a5-4bdb-909b-484d317ff49b X-Archives-Hash: 7e1b47ee0d94fc261937d1e9a78fab4e commit: f3c6fa06dabab31b8ab3d421e360433fea51bf20 Author: Sam James gentoo org> AuthorDate: Tue Apr 5 03:41:54 2022 +0000 Commit: Sam James gentoo 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 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" +)