[package] valgrind: fix DEPENDS after r32839

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
This commit is contained in:
florian 2012-09-11 16:35:55 +00:00
parent b4576f6f86
commit f55cd70460

View File

@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/kernel.mk
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