diff options
Diffstat (limited to 'main/logrotate')
-rw-r--r-- | main/logrotate/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/logrotate/APKBUILD b/main/logrotate/APKBUILD index 33c4990b89..06be7a6a12 100644 --- a/main/logrotate/APKBUILD +++ b/main/logrotate/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.7.9 pkgrel=0 pkgdesc="Tool to rotate logfiles" url="https://fedorahosted.org/logrotate/" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends="popt-dev wget" |