diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-12 01:35:00 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-12 01:35:00 +0200 |
commit | 1539c9ae587f5315ace08f0828ed055482a31d21 (patch) | |
tree | 5e03ff60800af3de8117c42447f91adc24184a4b /main/libbsd | |
parent | 9f4dcc969d23c8ecb1cdb497f888de08d9cc16cc (diff) | |
download | aports-1539c9ae587f5315ace08f0828ed055482a31d21.tar.bz2 aports-1539c9ae587f5315ace08f0828ed055482a31d21.tar.xz |
main/libbsd: try to enable on all arches
Diffstat (limited to 'main/libbsd')
-rw-r--r-- | main/libbsd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD index 94d91b963d..4a12ed99b9 100644 --- a/main/libbsd/APKBUILD +++ b/main/libbsd/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.8.3 pkgrel=1 pkgdesc="commonly-used BSD functions not implemented by all libcs" url="http://libbsd.freedesktop.org/" -arch="x86 x86_64" +arch="all" license="BSD" depends="" depends_dev="bsd-compat-headers linux-headers" |