Merge pull request #1181 from marineam/rkt

rkt: add rocket conflict dependency
This commit is contained in:
Michael Marineau 2015-04-04 17:29:17 -07:00
commit da5146d89f
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"