summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-30 16:42:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-30 16:42:33 +0200
commit1eefd6f4703f4f7d9fe983d3e76bb6728c8e5de4 (patch)
treeb4469fe74c0286ee601d4b746ddeb3ac5c33b0f9 /community
parent9cffff411e28e91f015a5a7079844d501697c097 (diff)
downloadpackages-1eefd6f4703f4f7d9fe983d3e76bb6728c8e5de4.tar.xz
community/kea: readded mariadb on i486
Diffstat (limited to 'community')
-rw-r--r--community/kea/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/kea/PKGBUILD b/community/kea/PKGBUILD
deleted file mode 100644
index 1d5103ad..00000000
--- a/community/kea/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# on i486, mariadb is unavailable for quite some time, now
-
-depends=(${depends[@]//mariadb-libs/})
-depends_pentium4+=(mariadb-libs)
-depends_i686+=(mariadb-libs)
-
-eval "$(
- declare -f build \
- | sed '
- /configure/ {
- h
- s/^/[ "$CARCH" = i486 ] || /
- p
- g
- s/^/[ "$CARCH" != i486 ] || /
- s/--with-mysql/--without-mysql/
- }
- '
-)"