aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-24 16:12:05 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-24 16:12:21 +0200
commit791f95c97c0e11537730c3716bdf5014515ceb91 (patch)
tree52e5da6d5e605e6d7680f16ab5ef2a2cf7d293c4 /testing
parent3eb004d15be4d7981d561d09739987bb05ad8616 (diff)
downloadaports-791f95c97c0e11537730c3716bdf5014515ceb91.tar.bz2
aports-791f95c97c0e11537730c3716bdf5014515ceb91.tar.xz
testing/python3.4: fix abuild
Diffstat (limited to 'testing')
-rw-r--r--testing/python3.4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/python3.4/APKBUILD b/testing/python3.4/APKBUILD
index 0dfedac8b5..4b2b6e8f33 100644
--- a/testing/python3.4/APKBUILD
+++ b/testing/python3.4/APKBUILD
@@ -23,7 +23,7 @@ prepare() {
rm -r Modules/expat \
Modules/zlib \
Modules/_ctypes/darwin* \
- Modules/_ctypes/libffi* \
+ Modules/_ctypes/libffi*
}
build() {