aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-12-15 08:11:41 +0200
committerTimo Teräs <timo.teras@iki.fi>2010-12-15 08:11:41 +0200
commitc9f91c97345006458b202aa98b35ebd0734f3f3d (patch)
treee8a95de25418c45be8b8918cfcf4291e3f9c4820
parent6854de9ed35820d409f1dda5152ac0316ba0061f (diff)
downloadalpine_aports-c9f91c97345006458b202aa98b35ebd0734f3f3d.tar.bz2
alpine_aports-c9f91c97345006458b202aa98b35ebd0734f3f3d.tar.xz
alpine_aports-c9f91c97345006458b202aa98b35ebd0734f3f3d.zip
main/util-linux-ng: fix architectures
-rw-r--r--main/util-linux-ng/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux-ng/APKBUILD b/main/util-linux-ng/APKBUILD
index 035e911950..88c9433e30 100644
--- a/main/util-linux-ng/APKBUILD
+++ b/main/util-linux-ng/APKBUILD
@@ -2,10 +2,10 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=util-linux-ng 3pkgname=util-linux-ng
4pkgver=2.18 4pkgver=2.18
5pkgrel=0 5pkgrel=1
6pkgdesc="Random collection of Linux utilities" 6pkgdesc="Random collection of Linux utilities"
7arch=""
8url="http://kernel.org/~kzak/util-linux-ng/" 7url="http://kernel.org/~kzak/util-linux-ng/"
8arch="x86 x86_64"
9license="GPL-2 GPL Public Domain" 9license="GPL-2 GPL Public Domain"
10depends= 10depends=
11# use GNU sed til bb sed is fixed 11# use GNU sed til bb sed is fixed