summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-28 07:37:46 +0100
committerSam James <sam@gentoo.org>2021-03-31 03:02:26 +0100
commitc2c1e26cb3578fce123084f4a6ca8155c6aebe21 (patch)
tree9c0861158818e4cd90090b3383ed367d4acd45b4 /eclass/vim-spell.eclass
parentsys-cluster/ceph-14.2.19: Version bump (diff)
downloadgentoo-c2c1e26cb3578fce123084f4a6ca8155c6aebe21.tar.gz
gentoo-c2c1e26cb3578fce123084f4a6ca8155c6aebe21.tar.bz2
gentoo-c2c1e26cb3578fce123084f4a6ca8155c6aebe21.zip
vim-spell.eclass: drop useless eutils inherit
All consumers in tree are trivial, so we don't need a compatibility fudge here. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/vim-spell.eclass')
-rw-r--r--eclass/vim-spell.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass
index 828a45310e9d..f762a6bfd315 100644
--- a/eclass/vim-spell.eclass
+++ b/eclass/vim-spell.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: vim-spell.eclass
@@ -62,8 +62,6 @@
# spell files. It's best to let upstream know if you've generated spell files
# for another language rather than keeping them Gentoo-specific.
-inherit eutils
-
EXPORT_FUNCTIONS src_install pkg_postinst
SRC_URI="mirror://gentoo/${P}.tar.bz2"