diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 06:05:19 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 06:06:02 -0600 |
commit | ba2600dc6ebad7a01bc96e7e01ad75ae4573d391 (patch) | |
tree | 795f29839f04423c1b8e78342ecf64bb1439e0e8 /main/patch | |
parent | 00a8226de7fc5dd31161ec0c9ef5f7861230a32d (diff) | |
download | aports-ba2600dc6ebad7a01bc96e7e01ad75ae4573d391.tar.bz2 aports-ba2600dc6ebad7a01bc96e7e01ad75ae4573d391.tar.xz |
Set all packages with arch="x86 x86_64" to arch="all".
Diffstat (limited to 'main/patch')
-rw-r--r-- | main/patch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD index cd7db0786..c74712b38 100644 --- a/main/patch/APKBUILD +++ b/main/patch/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.6.1 pkgrel=1 pkgdesc="Utility to apply diffs to files" url="http://www.gnu.org/software/patch/patch.html" -arch="x86 x86_64" +arch="all" license='GPL' depends= source="ftp://ftp.gnu.org/gnu/patch/patch-2.6.tar.bz2" |