commit:     8d911b38ea61746c655600c7392e71bbdb6698f8
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Dec  1 10:47:08 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec  1 10:47:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d911b38

www-apps/pleroma-fe: add BDEPEND on npm

Closes: https://bugs.gentoo.org/945533
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 www-apps/pleroma-fe/pleroma-fe-2.7.0.ebuild | 3 ++-
 www-apps/pleroma-fe/pleroma-fe-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/www-apps/pleroma-fe/pleroma-fe-2.7.0.ebuild 
b/www-apps/pleroma-fe/pleroma-fe-2.7.0.ebuild
index f232455bc..618e326bc 100644
--- a/www-apps/pleroma-fe/pleroma-fe-2.7.0.ebuild
+++ b/www-apps/pleroma-fe/pleroma-fe-2.7.0.ebuild
@@ -19,8 +19,9 @@ SLOT="0"
 # said dependencies have their checksum verified via `yarn.lock`
 RESTRICT="network-sandbox"
 
+# npm: https://bugs.gentoo.org/945533
 BDEPEND="
-       net-libs/nodejs
+       net-libs/nodejs[npm]
        sys-apps/yarn
 "
 

diff --git a/www-apps/pleroma-fe/pleroma-fe-9999.ebuild 
b/www-apps/pleroma-fe/pleroma-fe-9999.ebuild
index f232455bc..618e326bc 100644
--- a/www-apps/pleroma-fe/pleroma-fe-9999.ebuild
+++ b/www-apps/pleroma-fe/pleroma-fe-9999.ebuild
@@ -19,8 +19,9 @@ SLOT="0"
 # said dependencies have their checksum verified via `yarn.lock`
 RESTRICT="network-sandbox"
 
+# npm: https://bugs.gentoo.org/945533
 BDEPEND="
-       net-libs/nodejs
+       net-libs/nodejs[npm]
        sys-apps/yarn
 "
 

Reply via email to