Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.07 KB

File metadata and controls

41 lines (27 loc) · 1.07 KB

edgets

Gentoo overlay bringing you the latest versions of modern software.

Installation

Edgets is available through eselect-repository:

emerge --ask app-eselect/eselect-repository
eselect repository enable edgets
emerge --sync

Usage

Most packages in this overlay are keyword-masked. To accept all of them at once for amd64, create /etc/portage/package.accept_keywords/edgets:

*/*::edgets ~amd64

Alternatively, unmask packages individually:

emerge --ask <package-name> --autounmask
dispatch-conf

Then install as usual:

emerge --ask <package-name>

Tip

Use >=category/package-version in your accept_keywords to automatically cover future version bumps.

Contributing

Found a bug, want a version bump, or have a new package to add? Open an issue or submit a pull request.