diff options
Diffstat (limited to 'community/log4cpp/PKGBUILD')
-rw-r--r-- | community/log4cpp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/log4cpp/PKGBUILD b/community/log4cpp/PKGBUILD index 21bfddf37..8bfe31720 100644 --- a/community/log4cpp/PKGBUILD +++ b/community/log4cpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=log4cpp pkgver=1.0 pkgrel=6 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://log4cpp.hora-obscura.de/" license=('LGPL') depends=('gcc-libs') |