From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B2D715808B for ; Fri, 11 Mar 2022 18:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69887E0933; Fri, 11 Mar 2022 18:28:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D438E0933 for ; Fri, 11 Mar 2022 18:28:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6331934300E for ; Fri, 11 Mar 2022 18:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E673F30C for ; Fri, 11 Mar 2022 18:28:25 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1647023288.68e1262f9513340fd057a0ab84751a3ac3653ca6.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/solvespace/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/solvespace/solvespace-3.0.ebuild X-VCS-Directories: media-gfx/solvespace/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 68e1262f9513340fd057a0ab84751a3ac3653ca6 X-VCS-Branch: master Date: Fri, 11 Mar 2022 18:28:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 224a83d3-d361-4b0f-a1c0-702366e3d384 X-Archives-Hash: 66cd7a2975e201d70c619a5ef7f859ae commit: 68e1262f9513340fd057a0ab84751a3ac3653ca6 Author: Matthew Smith gentoo org> AuthorDate: Fri Mar 11 17:52:20 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Fri Mar 11 18:28:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e1262f media-gfx/solvespace: update LICENSE Signed-off-by: Matthew Smith gentoo.org> media-gfx/solvespace/solvespace-3.0.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/media-gfx/solvespace/solvespace-3.0.ebuild b/media-gfx/solvespace/solvespace-3.0.ebuild index 81b40ddc7973..071b43161fe7 100644 --- a/media-gfx/solvespace/solvespace-3.0.ebuild +++ b/media-gfx/solvespace/solvespace-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,9 +19,15 @@ SRC_URI="https://github.com/solvespace/solvespace/archive/v${PV}.tar.gz -> ${P}. https://github.com/solvespace/libdxfrw/archive/${DXFRW_COMMIT}.tar.gz -> ${DXFRW_P}.tar.gz https://github.com/microsoft/mimalloc/archive/${MIMALLOC_COMMIT}.tar.gz -> ${MIMALLOC_P}.tar.gz" +# licenses +# + SolveSpace (GPL-3+) +# |- Bitstream Vera (BitstreamVera) +# + libdxfrw (GPL-2+) +# + mimalloc (MIT) + IUSE="openmp" KEYWORDS="~amd64 ~x86" -LICENSE="GPL-3" +LICENSE="BitstreamVera GPL-2+ GPL-3+ MIT" SLOT="0" RDEPEND="dev-cpp/atkmm:=