commit: 9acf37582468371cb55068f41c1a5bf7f511d423
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 5 13:15:46 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 5 14:25:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acf3758
app-arch/p7zip: fix indentation
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/p7zip/p7zip-17.05-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/p7zip/p7zip-17.05-r1.ebuild
b/app-arch/p7zip/p7zip-17.05-r1.ebuild
index 656d88659586..324ae0051c52 100644
--- a/app-arch/p7zip/p7zip-17.05-r1.ebuild
+++ b/app-arch/p7zip/p7zip-17.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ BDEPEND="
x86? ( dev-lang/nasm )"
PATCHES=(
- "${FILESDIR}/p7zip-17.05-unit64.patch"
+ "${FILESDIR}/p7zip-17.05-unit64.patch"
)
src_prepare() {