rr: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:15 +01:00
parent 7dd4e291c9
commit 7161ab7ff3

View file

@ -5,7 +5,7 @@ revision=1
build_style=cmake build_style=cmake
cmake_args="-DCMAKE_SYSTEM_PROCESSOR=${XBPS_TARGET_MACHINE}" cmake_args="-DCMAKE_SYSTEM_PROCESSOR=${XBPS_TARGET_MACHINE}"
only_for_archs="i686 x86_64" only_for_archs="i686 x86_64"
hostmakedepends="cmake pkg-config python" hostmakedepends="pkg-config python"
makedepends="python-pexpect zlib-devel" makedepends="python-pexpect zlib-devel"
short_desc="Nondeterministic debugger" short_desc="Nondeterministic debugger"
maintainer="Spencer Hill <spencernh77@gmail.com>" maintainer="Spencer Hill <spencernh77@gmail.com>"