Gentoo: Difference between revisions
add links on jhconvert |
|||
| Line 15: | Line 15: | ||
layman --add sugar --fetch --overlays http://downloads.sourceforge.net/sugaroverlay/layman.xml | layman --add sugar --fetch --overlays http://downloads.sourceforge.net/sugaroverlay/layman.xml | ||
* if you use stable profiles (x86 and amd64) change your package.keywords | |||
cat <where_your_overlay_is>/profiles/package.keywords >> /etc/portage/package.keywords | |||
* if you use stable portage (before 2.2) and do not want faults in the middle of building process due to bad USE dependencies, change your package.use | |||
cat <where_your_overlay_is>/profiles/package.use >> /etc/portage/package.use | |||
* and install sugar | * and install sugar | ||
emerge sugar | emerge sugar fructose | ||
Overlay is based on sugar-jhbuild dependencies | Overlay is based on sugar-jhbuild dependencies | ||