summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/pinentry/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/pinentry/PKGBUILD b/core/pinentry/PKGBUILD
index 3d372f63..9c1f0644 100644
--- a/core/pinentry/PKGBUILD
+++ b/core/pinentry/PKGBUILD
@@ -1,14 +1,5 @@
# i486-specific
if [ "${CARCH}" = "i486" ]; then
- # no libsecret
- depends=(${depends[@]//libsecret/})
- eval "$(
- declare -f build | \
- sed '
- s/--enable-libsecret/--disable-libsecret/
- '
- )"
-
# no GUI stuff
makedepends=(${makedepends[@]//gtk2/})
makedepends=(${makedepends[@]//qt5-base/})