From: Wirebrass Date: Sun, 23 Jun 2019 08:30:45 +0000 (+0200) Subject: For Gentoo : set testing keyword for yarn X-Git-Tag: v1.4.0-rc.1~138 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bfc6bb947d5e464c6038763baf7bf99388aa87f7;p=oweals%2Fpeertube.git 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 --- 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 # 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