diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-06 12:16:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-06 12:16:15 +0000 |
commit | 0991e381890667032a920157aa641b0d6400f980 (patch) | |
tree | 7b5f3ccff72a5576551807346522b9768717e6d0 /testing | |
parent | c807e20c663e9198c5302c74c1addc47c5977bb5 (diff) | |
download | aports-0991e381890667032a920157aa641b0d6400f980.tar.bz2 aports-0991e381890667032a920157aa641b0d6400f980.tar.xz |
testing/tsocks: disable on x86
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tsocks/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tsocks/APKBUILD b/testing/tsocks/APKBUILD index 1744f262c8..609a23bd6c 100644 --- a/testing/tsocks/APKBUILD +++ b/testing/tsocks/APKBUILD @@ -6,7 +6,7 @@ _ver=${pkgver/_beta/beta} pkgrel=0 pkgdesc="A transparent SOCKS proxying library" url="http://tsocks.sourceforge.net/" -arch="all" +arch="x86_64" license="GPL2" depends="" depends_dev="" |