Skip to content

Commit

Permalink
skip app-bin/firefox{libreoffice} ebuilds from bliss-overlay, which a…
Browse files Browse the repository at this point in the history
…re of untested quality
  • Loading branch information
Oleg Vinichenko committed Mar 10, 2015
1 parent 5f78ba5 commit 00aaf48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions funtoo/scripts/merge.py
Expand Up @@ -39,9 +39,9 @@
xorg_treelet = GitWriteTree(
.treelet_update(gentoo_src, select=[
"x11-base/*",
"x11-drivers/*",
"x11-wm/twm",
"x11-base/*",
"x11-drivers/*",
"x11-wm/twm",
"x11-terms/xterm"
])
"""
Expand Down Expand Up @@ -114,7 +114,7 @@

ebuild_additions = [
InsertEbuilds(bar_overlay, select="all", skip=["app-emulation/qemu"], replace=False),
InsertEbuilds(bliss_overlay, select="all", skip=["net-p2p/bittorrent-sync"], replace=False),
InsertEbuilds(bliss_overlay, select="all", skip=["net-p2p/bittorrent-sync", "app-bin/firefox", "app-bin/libreoffice"], replace=False),
InsertEbuilds(squeezebox_overlay, select="all", skip=None, replace=False),
InsertEbuilds(funtoo_deadbeef, select="all", skip=None, replace=False),
InsertEbuilds(funtoo_gambas, select="all", skip=None, replace=False),
Expand Down Expand Up @@ -154,7 +154,7 @@
# from all trees to all be inserted (like AutoGlobMask calls) as well as misc. copying of files like licenses and
# updates files. It also contains misc. tweaks like mirror fixups and Portage tree minification.

treeprep_steps = [
treeprep_steps = [
SyncDir(plex_overlay.root,"licenses"),
MergeUpdates(progress_overlay.root),
MergeUpdates(funtoo_overlay.root),
Expand Down

0 comments on commit 00aaf48

Please sign in to comment.