summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-11-17 18:04:09 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-11-23 00:21:57 +0100
commit9d7d4e78920e0b13badee6e7ba7504f8463f3ab5 (patch)
treedbbf63856d665d1905010519dae8970dbc1c493f /media-gfx/solvespace
parentdev-util/tmake: use HTTPS, ebuild improvements (diff)
downloadgentoo-9d7d4e78920e0b13badee6e7ba7504f8463f3ab5.tar.gz
gentoo-9d7d4e78920e0b13badee6e7ba7504f8463f3ab5.tar.bz2
gentoo-9d7d4e78920e0b13badee6e7ba7504f8463f3ab5.zip
media-gfx/solvespace: use HTTPS, ebuild improvements
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/solvespace')
-rw-r--r--media-gfx/solvespace/solvespace-3.1-r1.ebuild6
1 files 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