Repository: .

Search

To use this repository, you can enable it via eselect:

eselect repository enable .

And sync it:

emerge --sync .

Repository Details

Quality experimental
Status unofficial
Homepage https://cgit.gentoo.org/user/mv.git
Owners
Sources
Description
  • Ebuilds for packages not in the Gentoo tree (lack of maintainer or too experimental) and live ebuilds or extensions/bugfixes for packages in the tree

hour" + (hours !== 1 ? "s" : "") + " ago)"; } else { var days = Math.floor(diffSecs / 86400); timeAgoSpan.innerText = "(" + days + " day" + (days !== 1 ? "s" : "") + " ago)"; } } updateTimeAgo(); setInterval(updateTimeAgo, 60000);