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:
Michael Marineau 2015-04-04 13:02:51 -07:00
parent abf2881898
commit 24873ccad4
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ IUSE=""
DEPEND=">=dev-lang/go-1.3 DEPEND=">=dev-lang/go-1.3
app-arch/cpio app-arch/cpio
sys-fs/squashfs-tools" sys-fs/squashfs-tools"
RDEPEND="" RDEPEND="!app-emulation/rocket"
src_unpack() { src_unpack() {
local cache="${S}/stage1/rootfs/usr_from_coreos/cache" local cache="${S}/stage1/rootfs/usr_from_coreos/cache"