media-gfx/superslicer: slot op on x11-libs/wxGTK

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert 2025-05-17 16:57:20 +02:00
parent 3b82d259b8
commit 17c1957d31
No known key found for this signature in database
GPG Key ID: CE36E117202E3842

View File

@ -15,12 +15,12 @@ SRC_URI="
https://github.com/supermerill/SuperSlicer/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
https://github.com/slic3r/slic3r-profiles/archive/${SLICER_PROFILES_COMMIT}.tar.gz -> ${P}-profiles.tar.gz
"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="test"
# No dep on sci-libs/libigl, in-tree version cannot build
@ -48,7 +48,7 @@ RDEPEND="
virtual/glu
virtual/opengl
x11-libs/gtk+:3
x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
x11-libs/wxGTK:${WX_GTK_VER}=[X,opengl]
"
DEPEND="${RDEPEND}
media-libs/qhull[static-libs]
@ -72,8 +72,6 @@ PATCHES=(
"${FILESDIR}/${PN}-2.5.59.10-boost-headers.patch"
)
S="${WORKDIR}/${MY_PN}-${PV}"
src_unpack() {
default