commit:     17c1957d317097e402387fbc2a45f603515a0455
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 14:57:20 2025 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 17 14:57:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c1957d

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

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...erslicer-2.5.59.10-r1.ebuild => superslicer-2.5.59.10-r2.ebuild} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-gfx/superslicer/superslicer-2.5.59.10-r1.ebuild 
b/media-gfx/superslicer/superslicer-2.5.59.10-r2.ebuild
similarity index 98%
rename from media-gfx/superslicer/superslicer-2.5.59.10-r1.ebuild
rename to media-gfx/superslicer/superslicer-2.5.59.10-r2.ebuild
index 65802fd9d28b..0dfe6d9dca1b 100644
--- a/media-gfx/superslicer/superslicer-2.5.59.10-r1.ebuild
+++ b/media-gfx/superslicer/superslicer-2.5.59.10-r2.ebuild
@@ -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
 

Reply via email to