index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-30 16:42:33 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-30 16:42:33 +0200 |
commit | 1eefd6f4703f4f7d9fe983d3e76bb6728c8e5de4 (patch) | |
tree | b4469fe74c0286ee601d4b746ddeb3ac5c33b0f9 | |
parent | 9cffff411e28e91f015a5a7079844d501697c097 (diff) |
-rw-r--r-- | community/kea/PKGBUILD | 19 |
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/ - } - ' -)" |