Skip to content

Commit

Permalink
FL-475: skip qtile from flora
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed Jul 19, 2013
1 parent b70c285 commit 62b8c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funtoo/scripts/merge.py
Expand Up @@ -42,7 +42,7 @@
InsertEbuilds(funtoo_overlay, select="all", skip=None, replace=True),
InsertEbuilds(foo_overlay, select="all", skip=["sys-fs/mdev-bb", "media-video/handbrake"], replace=["app-shells/rssh","net-misc/unison"]),
InsertEbuilds(bar_overlay, select="all", skip=["app-emulation/qemu"], replace=False),
InsertEbuilds(flora_overlay, select="all", skip=["sys-fs/spl", "sys-fs/zfs", "media-sound/oss"], replace=False),
InsertEbuilds(flora_overlay, select="all", skip=["sys-fs/spl", "sys-fs/zfs", "media-sound/oss", "x11-wm/qtile"], replace=False),
InsertEbuilds(mate_overlay, select="all", skip=None, replace=False),
InsertEbuilds(bliss_overlay, select="all", skip=None, replace=False),
SyncDir(mate_overlay.root, "eclass"),
Expand Down

0 comments on commit 62b8c14

Please sign in to comment.