aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorWirebrass <contact@wirebrass.fr>2019-06-23 10:30:45 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-02 11:42:17 +0200
commitbfc6bb947d5e464c6038763baf7bf99388aa87f7 (patch)
treee1fb7ed28a3d94ba28c05bbb195b737fb49aa13a /support
parent2cf2142bc51eb6e8140663dc00f0c0d8558cfeff (diff)
downloadPeerTube-bfc6bb947d5e464c6038763baf7bf99388aa87f7.tar.gz
PeerTube-bfc6bb947d5e464c6038763baf7bf99388aa87f7.tar.zst
PeerTube-bfc6bb947d5e464c6038763baf7bf99388aa87f7.zip
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
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index d527540a6..e6efa1148 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -236,6 +236,15 @@ www-servers/nginx
236# app-crypt/certbot-nginx 236# app-crypt/certbot-nginx
237``` 237```
238 238
239* If you are on a "stable" Gentoo you need to accept the testing keyword ~amd64 yarn:
240```
241mkdir -p /etc/portage/package.keywords
242cat << EOF >> /etc/portage/package.keywords/peertube
243# required by yarn (argument) for PeerTube
244sys-apps/yarn ~amd64
245EOF
246```
247
239* Compile the peertube set: 248* Compile the peertube set:
240``` 249```
241emerge -a @peertube 250emerge -a @peertube