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 22:08:57
Message-Id: 1617314913.ef8e1f38e81a6a7cfc2470784044ed3a61c50664.sam@gentoo
1 commit: ef8e1f38e81a6a7cfc2470784044ed3a61c50664
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 02:05:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 22:08:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8e1f38
7
8 media-gfx/slic3r: drop useless eutils
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/slic3r/slic3r-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/slic3r/slic3r-9999.ebuild b/media-gfx/slic3r/slic3r-9999.ebuild
16 index 6c8f1b5b6d9..7e234aeb14a 100644
17 --- a/media-gfx/slic3r/slic3r-9999.ebuild
18 +++ b/media-gfx/slic3r/slic3r-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit eutils git-r3 perl-module
27 +inherit git-r3 perl-module
28
29 DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
30 HOMEPAGE="https://slic3r.org"