mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
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 <geoff@infradead.org>
This commit is contained in:
parent
f44eab7801
commit
dd9c371ffc
@ -34,7 +34,7 @@ HOMEPAGE="https://github.com/coreos/rkt"
|
|||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="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 )"
|
REQUIRED_USE="|| ( rkt_stage1_coreos rkt_stage1_fly rkt_stage1_host rkt_stage1_src )"
|
||||||
|
|
||||||
COMMON_DEPEND="sys-apps/acl
|
COMMON_DEPEND="sys-apps/acl
|
||||||
@ -49,7 +49,6 @@ DEPEND="|| ( ~dev-lang/go-1.4.3:= >=dev-lang/go-1.5.3:= )
|
|||||||
)
|
)
|
||||||
${COMMON_DEPEND}"
|
${COMMON_DEPEND}"
|
||||||
RDEPEND="!app-emulation/rocket
|
RDEPEND="!app-emulation/rocket
|
||||||
actool? ( !app-emulation/actool )
|
|
||||||
rkt_stage1_host? (
|
rkt_stage1_host? (
|
||||||
~sys-apps/systemd-222
|
~sys-apps/systemd-222
|
||||||
app-shells/bash
|
app-shells/bash
|
||||||
@ -122,7 +121,6 @@ src_install() {
|
|||||||
dodoc README.md
|
dodoc README.md
|
||||||
use doc && dodoc -r Documentation
|
use doc && dodoc -r Documentation
|
||||||
use examples && dodoc -r examples
|
use examples && dodoc -r examples
|
||||||
use actool && dobin "${S}/${BUILDDIR}/bin/actool"
|
|
||||||
|
|
||||||
dobin "${S}/${BUILDDIR}/bin/rkt"
|
dobin "${S}/${BUILDDIR}/bin/rkt"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user