From 1ef3db3df26dd0f4b688aefeb7347cb88b931fa4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 Oct 2018 16:04:30 +0200 Subject: core/gpgme: explicitely remove i486 from package functions which we do not package --- core/gpgme/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core/gpgme/PKGBUILD') diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD index f35e9323..121220d1 100644 --- a/core/gpgme/PKGBUILD +++ b/core/gpgme/PKGBUILD @@ -1,3 +1,13 @@ +eval "$( + declare -f package_python-gpgme package_python2-gpgme qgpgme | \ + sed ' + /^\s*{\s*$/ a arch=('"$( + printf '%s\n' "${arch[@]}" | \ + grep -vxF 'i486' | \ + tr '\n' ' ' + )"') + ' +)" # i486-specific if [ "${CARCH}" = "i486" ]; then # we only build the library -- cgit v1.2.3-54-g00ecf