diff options
author | Sam James <sam@gentoo.org> | 2021-04-01 03:52:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 00:11:50 +0100 |
commit | d867b8adbff13807d615562c437a50dd9884d180 (patch) | |
tree | ac9989a4314c44dc9fdbfb858ffc32c30008cb0e /media-gfx | |
parent | app-benchmarks/bashmark: EAPI 7, respect CXX (diff) | |
download | gentoo-d867b8adbff13807d615562c437a50dd9884d180.tar.gz gentoo-d867b8adbff13807d615562c437a50dd9884d180.tar.bz2 gentoo-d867b8adbff13807d615562c437a50dd9884d180.zip |
media-gfx/slic3r: fix MissingInherits, IndirectInherits (desktop.eclass)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/slic3r/slic3r-1.3.0-r3.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/slic3r/slic3r-9999.ebuild | 2 |
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" |