mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-01 03:41:11 +02:00
rkt: fix conflict with older actool package
This commit is contained in:
parent
006235d13f
commit
301d285297
@ -47,6 +47,7 @@ DEPEND=">=dev-lang/go-1.4.1
|
|||||||
app-shells/bash
|
app-shells/bash
|
||||||
)"
|
)"
|
||||||
RDEPEND="!app-emulation/rocket
|
RDEPEND="!app-emulation/rocket
|
||||||
|
actool? ( !app-emulation/actool )
|
||||||
rkt_stage1_host? (
|
rkt_stage1_host? (
|
||||||
>=sys-apps/systemd-220
|
>=sys-apps/systemd-220
|
||||||
app-shells/bash
|
app-shells/bash
|
||||||
|
@ -95,8 +95,7 @@ RDEPEND="${RDEPEND}
|
|||||||
)"
|
)"
|
||||||
|
|
||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
app-emulation/actool
|
app-emulation/rkt[actool]
|
||||||
app-emulation/rkt
|
|
||||||
app-emulation/xenstore
|
app-emulation/xenstore
|
||||||
amd64? ( app-emulation/xenserver-pv-version )
|
amd64? ( app-emulation/xenserver-pv-version )
|
||||||
sys-apps/findutils
|
sys-apps/findutils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user