diff options
Diffstat (limited to 'community/schroot')
-rw-r--r-- | community/schroot/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index 6109c8c51..a2ae0f37e 100644 --- a/community/schroot/PKGBUILD +++ b/community/schroot/PKGBUILD @@ -10,7 +10,7 @@ url="http://packages.qa.debian.org/s/schroot.html" license=('GPL3') depends=('pam' 'lockdev' 'boost' 'e2fsprogs') optdepends=('btrfs-progs-unstable' 'lvm2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') conflicts=('dchroot') replaces=('dchroot') provides=('schroot' 'sbuild' 'dchroot') |