diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-27 10:12:31 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-27 10:12:31 -0500 |
commit | c60baaf3d77b6982ff5baa005fce4d898569bd01 (patch) | |
tree | 96aa5590451f2df0cb2aab54aaa9efbdb26fd90d /community/gmime24 | |
parent | 6fa19b4570c3cef91cf336bbefd6b9583e89ecce (diff) |
Add mips64el in archs
Diffstat (limited to 'community/gmime24')
-rw-r--r-- | community/gmime24/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gmime24/PKGBUILD b/community/gmime24/PKGBUILD index d72951ccf..48573dffa 100644 --- a/community/gmime24/PKGBUILD +++ b/community/gmime24/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gmime24 pkgver=2.4.32 pkgrel=1 pkgdesc="Core mime parsing library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') url="http://spruce.sourceforge.net/gmime/" depends=('glib2' 'zlib') |