For Gentoo : set testing keyword for yarn
Gentoo has not "stable" keyword for yarn (cf source, next line), you need to add "testing" keyword for yarn. Source : https://packages.gentoo.org/packages/sys-apps/yarn
This commit is contained in:
parent
2cf2142bc5
commit
bfc6bb947d
1 changed files with 9 additions and 0 deletions
|
@ -236,6 +236,15 @@ www-servers/nginx
|
|||
# app-crypt/certbot-nginx
|
||||
```
|
||||
|
||||
* If you are on a "stable" Gentoo you need to accept the testing keyword ~amd64 yarn:
|
||||
```
|
||||
mkdir -p /etc/portage/package.keywords
|
||||
cat << EOF >> /etc/portage/package.keywords/peertube
|
||||
# required by yarn (argument) for PeerTube
|
||||
sys-apps/yarn ~amd64
|
||||
EOF
|
||||
```
|
||||
|
||||
* Compile the peertube set:
|
||||
```
|
||||
emerge -a @peertube
|
||||
|
|
Loading…
Reference in a new issue