diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:48:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:13:58 +0100 |
commit | c57e9484d4c0c3217f6a02369d2445d8dc675cf1 (patch) | |
tree | 57e8108df2499de9e571ad73763c66e8a1033620 /app-admin/puppet-lint | |
parent | app-admin/puppet-agent: eutils-- (diff) | |
download | gentoo-c57e9484d4c0c3217f6a02369d2445d8dc675cf1.tar.gz gentoo-c57e9484d4c0c3217f6a02369d2445d8dc675cf1.tar.bz2 gentoo-c57e9484d4c0c3217f6a02369d2445d8dc675cf1.zip |
app-admin/puppet-lint: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/puppet-lint')
-rw-r--r-- | app-admin/puppet-lint/puppet-lint-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild index a8901cb8e2e8..4738934c8b49 100644 --- a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild +++ b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" -inherit eutils ruby-fakegem +inherit ruby-fakegem DESCRIPTION="A linter for puppet DSL" HOMEPAGE="http://puppet-lint.com/" |