commit:     c6c748f8175b3d490c2751137037ddae33474328
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 07:17:58 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 07:18:01 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-patches.git/commit/?id=c6c748f8

fix force-tlmgr-into-user-mode.patch

gpatch would fail with

gpatch: **** malformed patch at line 24:      for my $c (@notvalidargs) {

probably because the hunk does not contain any changes, as a result
from a previous edit of the patch.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 force-tlmgr-into-user-mode.patch | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/force-tlmgr-into-user-mode.patch b/force-tlmgr-into-user-mode.patch
index 957ba75..5ff74b7 100644
--- a/force-tlmgr-into-user-mode.patch
+++ b/force-tlmgr-into-user-mode.patch
@@ -15,13 +15,6 @@ diff --git a/texk/texlive/linked_scripts/texlive/tlmgr.pl 
b/texk/texlive/linked_
 index 6b7da02192d2..47c9f5bfa4af 100755
 --- a/texk/texlive/linked_scripts/texlive/tlmgr.pl
 +++ b/texk/texlive/linked_scripts/texlive/tlmgr.pl
-@@ -616,6 +616,6 @@ for the full story.\n";
-     }
-     push @notvalidargs, $k if !$found;
-   }
-   if (@notvalidargs) {
-     my $msg = "The action $action does not support the following 
option(s):\n";
-     for my $c (@notvalidargs) {
 @@ -630,6 +631,10 @@ for the full story.\n";
  
    # the main tree we will be working on

Reply via email to