diff options
Diffstat (limited to 'community/rlog/PKGBUILD')
-rw-r--r-- | community/rlog/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rlog/PKGBUILD b/community/rlog/PKGBUILD index 48bf0832c..1ba965fe5 100644 --- a/community/rlog/PKGBUILD +++ b/community/rlog/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rlog pkgver=1.4 pkgrel=4 pkgdesc="A flexible message logging facility for C++ programs and libraries" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.arg0.net/rlog" license=('LGPL') depends=('gcc-libs') |