If it's still in the overlay bgo-overlay then, as root user in a Konsole/Terminal window, use the following commands:
- Code: Select all
equo install git
layman -S
layman -d sabayon
layman -d sabayon-distro
layman -a sabayon
layman -a sabayon-distro
layman -S
layman -a bgo-overlay
emerge -1v fasm
etc-update # In case any config files need updating. Answer -3 and yes to all.
equo rescue spmsync # Tell Entropy what you did via Portage
The deletion and re-addition of the two SL overlays is 'belt and braces' in case you don't already have them or you have the old monolithic sabayon overlay added.
The package dev-lang/fasm has three USE flags:
# rebuild - rebuild fasm
# no_usr_bin - don't add a symlink in /usr/bin/fasm -> /opt/fasm/fasm
# lib - use the unix/libc version of fasm
No idea whether or not you want any of those, but, if you do, add
USE="<use flags, separated by a space>" in front of the emerge command. Looks to me like you don't need to bother with any of them.