summaryrefslogtreecommitdiff
path: root/core/linux-lts
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-05-04 18:29:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-05-04 18:29:10 +0200
commit93b82d2925866131eaefd3050a1fc9b8dbac47d6 (patch)
tree224d1c1a9fade44e8672ded88499a464c87feb0b /core/linux-lts
parentbe75260ef0460bac57c9d12788da4f656cf7b24d (diff)
downloadpackages-93b82d2925866131eaefd3050a1fc9b8dbac47d6.tar.xz
core/linux-lts: ignoring makedepends used only for building documentation
Diffstat (limited to 'core/linux-lts')
-rw-r--r--core/linux-lts/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/linux-lts/PKGBUILD b/core/linux-lts/PKGBUILD
index c8040e85..807c6201 100644
--- a/core/linux-lts/PKGBUILD
+++ b/core/linux-lts/PKGBUILD
@@ -33,3 +33,8 @@ eval "$(
s/\bhtmldocs\b//
'
)"
+makedepends=(${makedepends[@]//python-sphinx_rtd_theme/})
+makedepends=(${makedepends[@]//python-sphinx/})
+makedepends=(${makedepends[@]//graphviz/})
+makedepends=(${makedepends[@]//imagemagick/})
+makedepends=(${makedepends[@]//texlive-latexextra/})