mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
profile/updater: mask the broken samba version
This commit is contained in:
parent
7a29275e70
commit
490fad33ac
2 changed files with 4 additions and 1 deletions
|
|
@ -84,3 +84,6 @@ x11-libs/wxGTK:2.8
|
|||
#https://wiki.gentoo.org/wiki/GRUB2_Migration
|
||||
sys-boot/grub:0
|
||||
sys-boot/grub-static
|
||||
|
||||
#revdep-rebuild constantly rebuilds this version
|
||||
=net-fs/samba-4.8.6
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ if portageq list_preserved_libs /; then
|
|||
emerge @preserved-rebuild --buildpkg=y || safe_exit
|
||||
fi
|
||||
smart-live-rebuild 2>&1 || safe_exit
|
||||
revdep-rebuild -i -v -- --rebuild-exclude=net-fs/samba --exclude=net-fs/samba --usepkg=n --buildpkg=y || safe_exit
|
||||
revdep-rebuild -i -v -- --usepkg=n --buildpkg=y || safe_exit
|
||||
emerge --deep --update --newuse -kb --changed-use --newrepo @world || safe_exit
|
||||
|
||||
#we need to do the clean BEFORE we drop the extra flags otherwise all the packages we just built are removed
|
||||
|
|
|
|||
Loading…
Reference in a new issue