diff options
author | Sam James <sam@gentoo.org> | 2021-04-01 03:05:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-01 23:08:33 +0100 |
commit | ef8e1f38e81a6a7cfc2470784044ed3a61c50664 (patch) | |
tree | 3c237f37f78166e9ba7ac83f4a98b6ee4495daa7 /media-gfx/slic3r | |
parent | games-emulation/higan: port to EAPI 7, fix invalid games.eclass ref (diff) | |
download | gentoo-ef8e1f38e81a6a7cfc2470784044ed3a61c50664.tar.gz gentoo-ef8e1f38e81a6a7cfc2470784044ed3a61c50664.tar.bz2 gentoo-ef8e1f38e81a6a7cfc2470784044ed3a61c50664.zip |
media-gfx/slic3r: drop useless eutils
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/slic3r')
-rw-r--r-- | media-gfx/slic3r/slic3r-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/slic3r/slic3r-9999.ebuild b/media-gfx/slic3r/slic3r-9999.ebuild index 6c8f1b5b6d9e..7e234aeb14a2 100644 --- a/media-gfx/slic3r/slic3r-9999.ebuild +++ b/media-gfx/slic3r/slic3r-9999.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 eutils git-r3 perl-module +inherit git-r3 perl-module DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)" HOMEPAGE="https://slic3r.org" |