From dd9c371ffc7503d2d87595057a91218d086362fe Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 11 Jul 2016 14:19:18 -0700 Subject: [PATCH] app-emulation/rkt: Remove actool install rkt builds actool for its own use on the host, so remove the install from this ebuild (it won't work on arm64). actool for use on the target should be build by app-emulation/actool. Signed-off-by: Geoff Levand --- .../coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index ee6a585c2c..fbc9855a3b 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -34,7 +34,7 @@ HOMEPAGE="https://github.com/coreos/rkt" LICENSE="Apache-2.0" SLOT="0" -IUSE="doc examples +rkt_stage1_coreos +rkt_stage1_fly rkt_stage1_host rkt_stage1_src +actool tpm" +IUSE="doc examples +rkt_stage1_coreos +rkt_stage1_fly rkt_stage1_host rkt_stage1_src tpm" REQUIRED_USE="|| ( rkt_stage1_coreos rkt_stage1_fly rkt_stage1_host rkt_stage1_src )" COMMON_DEPEND="sys-apps/acl @@ -49,7 +49,6 @@ DEPEND="|| ( ~dev-lang/go-1.4.3:= >=dev-lang/go-1.5.3:= ) ) ${COMMON_DEPEND}" RDEPEND="!app-emulation/rocket - actool? ( !app-emulation/actool ) rkt_stage1_host? ( ~sys-apps/systemd-222 app-shells/bash @@ -122,7 +121,6 @@ src_install() { dodoc README.md use doc && dodoc -r Documentation use examples && dodoc -r examples - use actool && dobin "${S}/${BUILDDIR}/bin/actool" dobin "${S}/${BUILDDIR}/bin/rkt"