Remove the invalid whitespace leading to valgrind being only available
on omap4 instead of all the listed architectures a well.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373
3c298f89-4303-0410-b956-
a3cf2f4a3e73
define Package/valgrind
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@mips||mipsel||i386||powerpc @TARGET_omap4 +libpthread +librt
+ DEPENDS:=@mips||mipsel||i386||powerpc||TARGET_omap4 +libpthread +librt
TITLE:=debugging and profiling tools for Linux
URL:=http://www.valgrind.org
endef