diff options
Diffstat (limited to 'main/mercurial/APKBUILD')
-rw-r--r-- | main/mercurial/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mercurial/APKBUILD b/main/mercurial/APKBUILD index 94d956d34..a59965789 100644 --- a/main/mercurial/APKBUILD +++ b/main/mercurial/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.7.3 pkgrel=0 pkgdesc="A scalable distributed SCM tool" url="http://www.selenic.com/mercurial" -arch="x86 x86_64" +arch="all" license="GPL" depends="python" makedepends="python-dev" |