From 434495391968068e858cc2804d294532ab7b783b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 30 Jan 2014 14:33:24 +0100 Subject: [PATCH] fakeroot: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_* Signed-off-by: Stephan Raue --- packages/devel/fakeroot/package.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/devel/fakeroot/package.mk b/packages/devel/fakeroot/package.mk index 5fd3a6bfbe..9435649d00 100644 --- a/packages/devel/fakeroot/package.mk +++ b/packages/devel/fakeroot/package.mk @@ -23,8 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL3" PKG_SITE="http://fakeroot.alioth.debian.org/" PKG_URL="http://ftp.debian.org/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.orig.tar.bz2" -PKG_DEPENDS_HOST="" -PKG_BUILD_DEPENDS_HOST="ccache:host" +PKG_DEPENDS_HOST="ccache:host" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="fakeroot: provides a fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery."