From 9a220ba4dde8a7554eb8edca3f6669ce8513cb3a Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Fri, 8 Jun 2012 15:26:07 +0200 Subject: 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. --- community/perl-package-stash-xs/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/perl-package-stash-xs') diff --git a/community/perl-package-stash-xs/PKGBUILD b/community/perl-package-stash-xs/PKGBUILD index ef6b27703..ee83389a2 100644 --- a/community/perl-package-stash-xs/PKGBUILD +++ b/community/perl-package-stash-xs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-package-stash-xs pkgver=0.25 pkgrel=2 pkgdesc="faster and more correct implementation of the Package::Stash API" -arch=(i686 x86_64 mips64el) +arch=(i686 x86_64) license=(PerlArtistic GPL) options=(!emptydirs) depends=('perl>=5.8.1') -- cgit v1.2.3-54-g00ecf