mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
rkt: add rocket conflict dependency
Portage is not processing the rocket->rkt package move for me in /build/amd64-usr for some reason. Not sure what trick we are missing. As an alternative to the package move use a conflict to remove the old package instead.
This commit is contained in:
parent
abf2881898
commit
24873ccad4
@ -29,7 +29,7 @@ IUSE=""
|
||||
DEPEND=">=dev-lang/go-1.3
|
||||
app-arch/cpio
|
||||
sys-fs/squashfs-tools"
|
||||
RDEPEND=""
|
||||
RDEPEND="!app-emulation/rocket"
|
||||
|
||||
src_unpack() {
|
||||
local cache="${S}/stage1/rootfs/usr_from_coreos/cache"
|
||||
|
Loading…
x
Reference in New Issue
Block a user