From 0fb2b27aac1278e3d552222828190d43de5ae316 Mon Sep 17 00:00:00 2001 From: Will Sinatra Date: Tue, 10 Sep 2019 12:08:42 -0500 Subject: testing/ffcall: adopt While at it: Enable it on all architectures. --- testing/ffcall/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/ffcall/APKBUILD b/testing/ffcall/APKBUILD index 218663cb26..8519c2b0b3 100644 --- a/testing/ffcall/APKBUILD +++ b/testing/ffcall/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Carlo Landmeter -# Maintainer: +# Maintainer: Will Sinatra pkgname=ffcall pkgver=2.2 -pkgrel=0 +pkgrel=1 pkgdesc="C library for implementing foreign function calls in embedded interpreters" url="https://www.gnu.org/software/libffcall" -arch="all !x86 !armhf !armv7" +arch="all" license="GPL-2.0-or-later" makedepends="$depends_dev" subpackages="$pkgname-doc" -- cgit v1.2.3