summaryrefslogtreecommitdiff
path: root/community/haskell-gtk/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-08 15:26:07 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-08 15:26:07 +0200
commit9a220ba4dde8a7554eb8edca3f6669ce8513cb3a (patch)
tree7d318d38912905ca03d0b789fa1913f1a4db88a2 /community/haskell-gtk/PKGBUILD
parent491c8a0453839dd6b235b3e1f959e233c4313744 (diff)
Revert "Add mips64el in arch() in packages of community and extra repos"
This reverts commit 491c8a0453839dd6b235b3e1f959e233c4313744. Many packages won't be useful on our mips64el machines: - they need 3d acceleration - they need ACPI or EFI, our machines don't have them - they are crosstoolchains for different arches, these would be useful only for mips64el users who compile programs to their targets while not having faster x86 machines, I don't know any such users - they are known to have architecture-specific code not ported to mips64el, no known to me Parabola hacker could port them - they use difficult to port and rarely used frameworks we don't want to port - they are drivers for hardware which cannot be/isn't used with our machines - they use Qt3 or other obsolete and unsupported upstream packages we don't have resources to maintain Please do it separately when you want to port a specific package.
Diffstat (limited to 'community/haskell-gtk/PKGBUILD')
-rw-r--r--community/haskell-gtk/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-gtk/PKGBUILD b/community/haskell-gtk/PKGBUILD
index 8b0821189..060c24cd4 100644
--- a/community/haskell-gtk/PKGBUILD
+++ b/community/haskell-gtk/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Binding to the gtk library for Gtk2Hs."
url="http://hackage.haskell.org/package/gtk"
license=('LGPL2.1')
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
depends=('ghc' 'gtk2' "haskell-pango=$pkgver" 'haskell-mtl=2.0.1.0')
makedepends=("gtk2hs-buildtools")
provides=('gtk2hs-gtk')