2023-08-30 01:32:02 +03:00
|
|
|
= Criminally Cute Gentoo Overlay
|
|
|
|
|
|
|
|
Packages that Siina and company either cannot find or are not updated in `::gentoo` or `::guru`.
|
|
|
|
|
2024-02-07 04:04:08 +02:00
|
|
|
Add something like this to your machine: `/etc/portage/repos.conf/criminallycute.conf`
|
|
|
|
```
|
|
|
|
[criminallycute]
|
|
|
|
location = /var/db/repos/criminallycute
|
|
|
|
sync-type = git
|
|
|
|
sync-uri = https://code.criminallycute.fi/CriminallyCute/gentoo-overlay
|
|
|
|
auto-sync = yes
|
|
|
|
priority = 100
|
|
|
|
```
|
2023-08-30 01:32:02 +03:00
|
|
|
|