summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-01 03:52:54 +0100
committerSam James <sam@gentoo.org>2021-04-02 00:11:50 +0100
commitd867b8adbff13807d615562c437a50dd9884d180 (patch)
treeac9989a4314c44dc9fdbfb858ffc32c30008cb0e
parentapp-benchmarks/bashmark: EAPI 7, respect CXX (diff)
downloadgentoo-d867b8ad.tar.gz
gentoo-d867b8ad.tar.bz2
gentoo-d867b8ad.zip
media-gfx/slic3r: fix MissingInherits, IndirectInherits (desktop.eclass)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-gfx/slic3r/slic3r-1.3.0-r3.ebuild4
-rw-r--r--media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild4
-rw-r--r--media-gfx/slic3r/slic3r-9999.ebuild2
3 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild b/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild
index 5917a9210b8d..f0ea0fd4ed27 100644
--- a/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild
+++ b/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit desktop eutils perl-module
+inherit desktop perl-module
DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
HOMEPAGE="https://slic3r.org"
diff --git a/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild b/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
index c9c2ba374c52..3d5a2d5dbff2 100644
--- a/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
+++ b/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit desktop eutils perl-module
+inherit desktop perl-module
COMMIT="92abbc42dfdd5385c1f9c3a450e2f3da835f8b8d"
diff --git a/media-gfx/slic3r/slic3r-9999.ebuild b/media-gfx/slic3r/slic3r-9999.ebuild
index 7e234aeb14a2..9f6cb8de54bc 100644
--- a/media-gfx/slic3r/slic3r-9999.ebuild
+++ b/media-gfx/slic3r/slic3r-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit git-r3 perl-module
+inherit desktop git-r3 perl-module
DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
HOMEPAGE="https://slic3r.org"