diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-30 15:38:17 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-30 15:38:17 -0500 |
commit | 37f9f8621478190e625e000a593cff519d45a33d (patch) | |
tree | 36b87fd4ca49674e2a1a3839825fec6582959fee /main/duplicity | |
parent | 91ec719475cff9c7d949c4d7020eec820abc9ca0 (diff) | |
download | aports-37f9f8621478190e625e000a593cff519d45a33d.tar.bz2 aports-37f9f8621478190e625e000a593cff519d45a33d.tar.xz |
main/duplicity: temporary arch=none
Diffstat (limited to 'main/duplicity')
-rw-r--r-- | main/duplicity/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index 2562ee2d40..71b49662e8 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.12 pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" -arch="all" +arch="" license="GPL" depends="python py-boto ncftp librsync gnupg" makedepends="wget python-dev py-setuptools librsync-dev" |