xsel: remove only_for_archs; there's no reason for this restriction.

This commit is contained in:
Juan RP 2013-08-26 09:39:29 +02:00
parent 234f22bd4c
commit fa6a17de52

View file

@ -6,7 +6,6 @@ distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version
checksum="b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c"
build_style=gnu-configure
makedepends="libXt-devel"
only_for_archs="i686 x86_64"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.vergenet.net/~conrad/software/xsel/"
license="Custom"
@ -16,4 +15,4 @@ xsel_package() {
pkg_install() {
vmove all
}
}
}