diff options
author | William Hubbs <williamh@gentoo.org> | 2024-12-10 10:54:05 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2024-12-10 10:55:16 -0600 |
commit | 0b6587d629680ce29ad737431cecf156c421c83d (patch) | |
tree | a5df4fbbf373b481f7e5e97452944d09505d6df3 | |
parent | sci-libs/pcl: consider qt5 is off if not present on vtk (diff) | |
download | gentoo-0b6587d629680ce29ad737431cecf156c421c83d.tar.gz gentoo-0b6587d629680ce29ad737431cecf156c421c83d.tar.bz2 gentoo-0b6587d629680ce29ad737431cecf156c421c83d.zip |
net-libs/nodejs: update LICENSE
Bug: https://bugs.gentoo.org/944406
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | net-libs/nodejs/nodejs-22.10.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/nodejs/nodejs-99999999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nodejs/nodejs-22.10.0.ebuild b/net-libs/nodejs/nodejs-22.10.0.ebuild index ca609e437099..f0eda09aff2b 100644 --- a/net-libs/nodejs/nodejs-22.10.0.ebuild +++ b/net-libs/nodejs/nodejs-22.10.0.ebuild @@ -11,7 +11,7 @@ inherit bash-completion-r1 check-reqs flag-o-matic linux-info ninja-utils pax-ut DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" HOMEPAGE="https://nodejs.org/" -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT npm? ( Artistic )" +LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT npm? ( Artistic-2 )" if [[ ${PV} == *9999 ]]; then inherit git-r3 diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index ca609e437099..f0eda09aff2b 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -11,7 +11,7 @@ inherit bash-completion-r1 check-reqs flag-o-matic linux-info ninja-utils pax-ut DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" HOMEPAGE="https://nodejs.org/" -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT npm? ( Artistic )" +LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT npm? ( Artistic-2 )" if [[ ${PV} == *9999 ]]; then inherit git-r3 |