From 4cfbfa2afc6e43658dbf01cc9eb3ab34963d87f6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 18 Apr 2022 05:58:07 +0000 Subject: Revert "work on win64 support" This reverts commit daa265a214b9e12e2a9bab636398c2dd699f7cd4. git-svn-id: svn://tug.org/texlive/trunk@63068 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLPDB.pm') diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 108e041e1eb..be818fccaed 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -881,12 +881,6 @@ sub expand_dependencies { if (grep(/^win32$/,@archs)) { $install{$p_dep} = 0; } - } elsif ($p_dep =~ m/^(.*)\.win64$/) { - # a win32 package should *only* be installed if we are installing - # the win64 arch - if (grep(/^win64$/,@archs)) { - $install{$p_dep} = 0; - } } else { $install{$p_dep} = 0 unless $only_arch; } -- cgit v1.2.3