Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/
Date: Thu, 01 Apr 2021 23:12:13
Message-Id: 1617318710.d867b8adbff13807d615562c437a50dd9884d180.sam@gentoo
1 commit: d867b8adbff13807d615562c437a50dd9884d180
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 02:52:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 23:11:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d867b8ad
7
8 media-gfx/slic3r: fix MissingInherits, IndirectInherits (desktop.eclass)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/slic3r/slic3r-1.3.0-r3.ebuild | 4 ++--
13 media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild | 4 ++--
14 media-gfx/slic3r/slic3r-9999.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild b/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild
18 index 5917a9210b8..f0ea0fd4ed2 100644
19 --- a/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild
20 +++ b/media-gfx/slic3r/slic3r-1.3.0-r3.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit desktop eutils perl-module
29 +inherit desktop perl-module
30
31 DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
32 HOMEPAGE="https://slic3r.org"
33
34 diff --git a/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild b/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
35 index c9c2ba374c5..3d5a2d5dbff 100644
36 --- a/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
37 +++ b/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 -inherit desktop eutils perl-module
46 +inherit desktop perl-module
47
48 COMMIT="92abbc42dfdd5385c1f9c3a450e2f3da835f8b8d"
49
50
51 diff --git a/media-gfx/slic3r/slic3r-9999.ebuild b/media-gfx/slic3r/slic3r-9999.ebuild
52 index 7e234aeb14a..9f6cb8de54b 100644
53 --- a/media-gfx/slic3r/slic3r-9999.ebuild
54 +++ b/media-gfx/slic3r/slic3r-9999.ebuild
55 @@ -3,7 +3,7 @@
56
57 EAPI=7
58
59 -inherit git-r3 perl-module
60 +inherit desktop git-r3 perl-module
61
62 DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
63 HOMEPAGE="https://slic3r.org"