diff options
Diffstat (limited to 'core/logrotate/PKGBUILD')
-rw-r--r-- | core/logrotate/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/logrotate/PKGBUILD b/core/logrotate/PKGBUILD index 1cb10e4bd..77937c59d 100644 --- a/core/logrotate/PKGBUILD +++ b/core/logrotate/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.7.9 pkgrel=1 pkgdesc="Rotates system logs automatically" url='https://fedorahosted.org/logrotate/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') groups=('base') depends=('popt' 'cron' 'gzip') |