diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-12-30 19:03:43 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-12-30 19:03:43 -0600 |
commit | 62dd9e5afb68fd2beae6365337d2d7c08e0963bc (patch) | |
tree | e022df998f428b41d3d75b340c23d4f9621d7b8d /community/quilt/PKGBUILD | |
parent | 689d0526475686014ee1f3cc4fd728db02dcfb34 (diff) | |
parent | 0d8ecfa1948a782678aea98ce57638f0430de78b (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'community/quilt/PKGBUILD')
-rw-r--r-- | community/quilt/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/quilt/PKGBUILD b/community/quilt/PKGBUILD index 637179fe1..cd0e6c5dd 100644 --- a/community/quilt/PKGBUILD +++ b/community/quilt/PKGBUILD @@ -8,7 +8,7 @@ pkgname=quilt pkgver=0.50 pkgrel=1 pkgdesc='Manage a series of patches by keeping track of the changes each patch makes' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://savannah.nongnu.org/projects/quilt' license=('GPL2') depends=('diffstat' 'gawk' 'patch' 'diffutils' 'gettext') |