aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-19 14:35:04 +0100
committerSam James <sam@gentoo.org>2023-08-19 14:35:04 +0100
commitfe8b6d95b9c46b67cd4cf0040b5ae81704056cb7 (patch)
treec307606641cfa5887011322ce103743c9561e1c4 /misc
parentmisc/emerge-delta-webrsync: fix pgp verification (diff)
downloadportage-fe8b6d95b9c46b67cd4cf0040b5ae81704056cb7.tar.gz
portage-fe8b6d95b9c46b67cd4cf0040b5ae81704056cb7.tar.bz2
portage-fe8b6d95b9c46b67cd4cf0040b5ae81704056cb7.zip
misc/emerge-delta-webrsync: fix copyright header, whitespace
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/emerge-delta-webrsync3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index 8859bd79f..b2925f013 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Author: Brian Harring <ferringb@gentoo.org>, karltk@gentoo.org originally.
# Rewritten from the old, Perl-based emerge-webrsync script
@@ -374,7 +374,6 @@ check_file_digest() {
return "${r}"
}
-
check_file_signature_gemato() {
local signature="$1"
local file="$2"