summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-24 12:21:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-24 12:21:47 +0100
commit0e15bc858d1ee4dd99208e543dcc36b6b02efc54 (patch)
tree79aba21887b7951b58cf3ffe5a65192a46c218de
parent38165fb6c8499d94e2d19a06554263895fc5202d (diff)
downloadpackages-0e15bc858d1ee4dd99208e543dcc36b6b02efc54.tar.xz
extra/lm_sensors: rrdtool is needed to build sensord
-rw-r--r--extra/lm_sensors/PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/lm_sensors/PKGBUILD b/extra/lm_sensors/PKGBUILD
deleted file mode 100644
index 5d4c88dd..00000000
--- a/extra/lm_sensors/PKGBUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-# no rrdtool (which needs pango/cairo) on i486
-
-makedepends=(${makedepends[@]//rrdtool/})
-
-makedepends_i686+=(rrdtool)
-makedepends_pentium4=("${makedepends_i686[@]}")