diff options
author | Wirebrass <contact@wirebrass.fr> | 2019-06-23 10:30:45 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-02 11:42:17 +0200 |
commit | bfc6bb947d5e464c6038763baf7bf99388aa87f7 (patch) | |
tree | e1fb7ed28a3d94ba28c05bbb195b737fb49aa13a | |
parent | 2cf2142bc51eb6e8140663dc00f0c0d8558cfeff (diff) | |
download | PeerTube-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
-rw-r--r-- | support/doc/dependencies.md | 9 |
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 | ``` | ||
241 | mkdir -p /etc/portage/package.keywords | ||
242 | cat << EOF >> /etc/portage/package.keywords/peertube | ||
243 | # required by yarn (argument) for PeerTube | ||
244 | sys-apps/yarn ~amd64 | ||
245 | EOF | ||
246 | ``` | ||
247 | |||
239 | * Compile the peertube set: | 248 | * Compile the peertube set: |
240 | ``` | 249 | ``` |
241 | emerge -a @peertube | 250 | emerge -a @peertube |