blob: 81668961a59d2f6bfe68d4b6ca8699352f24c77b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#### lmiphay gentoo overlay
This overlay contains ebuilds I have either created or updated from various sources.
See http://gentoo-overlays.zugaina.org/lmiphay/ for an overview of the available ebuilds.
Browse the overlay here: http://gpo.zugaina.org/Overlays/lmiphay/
#### Adding the Overlay
This overlay is in layman, you can add this overlay by:
```
layman -L && layman -a lmiphay
```
##### Alternative Overlay Setup
Prior to being in layman it could have been added by either:
```
layman -f -a lmiphay -o 'https://gitweb.gentoo.org/user/lmiphay.git/plain/gentoo-overlay.xml'
```
Or:
```
layman -f -a lmiphay -o 'https://raw.githubusercontent.com/lmiphay/gentoo.overlay/master/overlay.xml'
```
|