diff options
author | Jonas Licht <jonas.licht@fem.tu-ilmenau.de> | 2021-04-09 21:09:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-13 13:38:04 +0300 |
commit | 30778473678d27befd7418c8fd7a4107bb816ec6 (patch) | |
tree | bfd4f040726d835384119221554e32db858c49a7 /net-analyzer/greenbone-security-assistant | |
parent | media-sound/sndio: Add a live ebuild (diff) | |
download | gentoo-30778473678d27befd7418c8fd7a4107bb816ec6.tar.gz gentoo-30778473678d27befd7418c8fd7a4107bb816ec6.tar.bz2 gentoo-30778473678d27befd7418c8fd7a4107bb816ec6.zip |
net-analyzer/greenbone-security-assistant: fix nodejs dependency
Closes: https://bugs.gentoo.org/779382
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de>
Closes: https://github.com/gentoo/gentoo/pull/20315
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/greenbone-security-assistant')
-rw-r--r-- | net-analyzer/greenbone-security-assistant/greenbone-security-assistant-20.8.1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/greenbone-security-assistant/greenbone-security-assistant-9.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-20.8.1.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-20.8.1.ebuild index 2d64966d2e09..67acba07ab0b 100644 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-20.8.1.ebuild +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-20.8.1.ebuild @@ -37,7 +37,7 @@ RDEPEND=" BDEPEND=" dev-python/polib - >=net-libs/nodejs-8.12.0 + >=net-libs/nodejs-10.0.0[ssl] >=sys-apps/yarn-1.15.2 virtual/pkgconfig extras? ( diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-9.0.1.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-9.0.1.ebuild index a0621ef26527..7d018bc7fbb2 100644 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-9.0.1.ebuild +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-9.0.1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" BDEPEND=" dev-python/polib - >=net-libs/nodejs-8.12.0 + >=net-libs/nodejs-8.12.0[ssl] >=sys-apps/yarn-1.15.2 virtual/pkgconfig extras? ( |