Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Leaderboard

Popular Content

Showing content with the highest reputation on 11/07/2017 in all areas

  1. It looks like you have your /etc/portage/repos.conf symlinked to /var/git/meta-repo/repos.conf. try: rm /etc/portage/repos.conf rm /var/git/meta-repo/repos.conf/funtoo mkdir /etc/portage/repos.conf/ ln -s /var/git/meta-repo/repos.conf /etc/portage/repos.conf/funtoo for f in /var/git/meta-repo/repos.conf/*.conf; do mv "$f" /etc/portage/repos.conf/; done
    1 point
  2. drobbins

    New kit: lang-kit

    Hey everyone, I've just added a new kit called lang-kit, which is a kit for all programming languages that do not have their own kit. This includes mono, fsharp, node.js, tcl-tk, lua, go, erlang and associated categories, plus all of dev-lang that doesn't end up in its own kit. Lang-kit should be appearing within the next hour after your next ego sync. This kit was created to address a nodejs upgrade issue that is causing some issues in the tree and will allow us to lock-in node.js which is getting frequently updated by gentoo upstream. Regards, Daniel
    0 points
×
×
  • Create New...