commit:     9d7d4e78920e0b13badee6e7ba7504f8463f3ab5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Nov 17 17:04:09 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 23:21:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7d4e78

media-gfx/solvespace: use HTTPS, ebuild improvements

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-gfx/solvespace/solvespace-3.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/solvespace/solvespace-3.1-r1.ebuild 
b/media-gfx/solvespace/solvespace-3.1-r1.ebuild
index c7343757219f..be8fe1c14c0c 100644
--- a/media-gfx/solvespace/solvespace-3.1-r1.ebuild
+++ b/media-gfx/solvespace/solvespace-3.1-r1.ebuild
@@ -18,7 +18,7 @@ MIMALLOC_P="mimalloc-${MIMALLOC_PV}-${MIMALLOC_COMMIT}"
 inherit cmake toolchain-funcs xdg
 
 DESCRIPTION="Parametric 2d/3d CAD"
-HOMEPAGE="http://solvespace.com";
+HOMEPAGE="https://solvespace.com";
 SRC_URI="https://github.com/solvespace/solvespace/archive/v${PV}.tar.gz -> 
${P}.tar.gz
        https://github.com/solvespace/libdxfrw/archive/${DXFRW_COMMIT}.tar.gz 
-> ${DXFRW_P}.tar.gz
        !system-mimalloc? ( 
https://github.com/microsoft/mimalloc/archive/${MIMALLOC_COMMIT}.tar.gz -> 
${MIMALLOC_P}.tar.gz )"
@@ -29,10 +29,10 @@ 
SRC_URI="https://github.com/solvespace/solvespace/archive/v${PV}.tar.gz -> ${P}.
 # + libdxfrw (GPL-2+)
 # + mimalloc (MIT)
 
-IUSE="openmp +system-mimalloc"
-KEYWORDS="amd64 ~arm64 ~x86"
 LICENSE="BitstreamVera GPL-2+ GPL-3+ !system-mimalloc? ( MIT )"
 SLOT="0"
+KEYWORDS="amd64 ~arm64 ~x86"
+IUSE="openmp +system-mimalloc"
 
 RDEPEND="
        dev-cpp/atkmm:0

Reply via email to