1
0
Fork 0

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:
Wirebrass 2019-06-23 10:30:45 +02:00 committed by Chocobozzz
parent 2cf2142bc5
commit bfc6bb947d
1 changed files with 9 additions and 0 deletions

View File

@ -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