From 0be396780bc92ee7565f4c4137d2c91c66bfa33e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 26 Aug 2013 09:39:42 +0200 Subject: [PATCH] xclip: remove only_for_archs; there's no reason for this restriction. --- srcpkgs/xclip/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/xclip/template b/srcpkgs/xclip/template index f0a6989a0b3..79fbd8a6208 100755 --- a/srcpkgs/xclip/template +++ b/srcpkgs/xclip/template @@ -6,7 +6,6 @@ distfiles="${SOURCEFORGE_SITE}/xclip/xclip-${version}.tar.gz" checksum="b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45" build_style=gnu-configure makedepends="libXmu-devel" -only_for_archs="i686 x86_64" maintainer="Steven R " homepage="http://sourceforge.net/projects/xclip/" license="GPLv2" @@ -16,4 +15,4 @@ xclip_package() { pkg_install() { vmove all } -} \ No newline at end of file +}