From a2430ae1ed74eb66ea1bcff5c317f35669a2c65b Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 1 Jun 2015 13:28:01 -0700 Subject: [PATCH] app-emulation/xenstore: Fix misspelled DEPEND Signed-off-by: Geoff Levand --- .../app-emulation/xenstore/xenstore-4.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/xenstore/xenstore-4.4.0-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/xenstore/xenstore-4.4.0-r1.ebuild index 9e6dcf926f..90b67a099d 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/xenstore/xenstore-4.4.0-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/xenstore/xenstore-4.4.0-r1.ebuild @@ -20,8 +20,8 @@ SLOT="0" KEYWORDS="amd64 ~arm ~x86" IUSE="" -DEPENDS="${PYTHON_DEPS}" -RDEPENDS="" +DEPEND="${PYTHON_DEPS}" +RDEPEND="" pkg_setup() { python-any-r1_pkg_setup