summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2020-02-07 01:48:10 +0000
committerNorbert Preining <preining@logic.at>2020-02-07 01:48:10 +0000
commit18b01f99bda281ce2bc216b525db4af5335facb4 (patch)
treeb398720fa2d2b52fcb57485e798f8c59ac51f9a2 /Master/tlpkg/TeXLive/TLPDB.pm
parentd9f5d9a5b6d0b725822816bd5ddc99c323580d36 (diff)
Revert "packages in fmttrigger are considered implicit dependencies"
git-svn-id: svn://tug.org/texlive/trunk@53706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index c7aea411519..5ff686d5a78 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -922,11 +922,6 @@ sub expand_dependencies {
$install{$p_dep} = 0 unless $only_arch;
}
}
- for my $fmtdefs ($pkg->format_definitions) {
- for my $fmttrigger (@{$fmtdefs->{'fmttriggers'}}) {
- $install{$fmttrigger} = 1;
- }
- }
}
# check for newly selected packages