summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2020-09-10 05:49:21 +0200
committerMartin Väth <martin@mvath.de>2020-09-10 05:49:21 +0200
commita0a600b2c0fa10135c8ff290f9a3352390e5813b (patch)
tree8a78efa8a20e4e3fd3475c1a6b3583cd741e5ada /app-portage/logclean/logclean-18.4.1.ebuild
parentapp-portage/eix: Version bump (diff)
downloadmv-a0a600b2c0fa10135c8ff290f9a3352390e5813b.tar.gz
mv-a0a600b2c0fa10135c8ff290f9a3352390e5813b.tar.bz2
mv-a0a600b2c0fa10135c8ff290f9a3352390e5813b.zip
Simplify inherits, in particular eutils->optfeature
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-portage/logclean/logclean-18.4.1.ebuild')
-rw-r--r--app-portage/logclean/logclean-18.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/logclean/logclean-18.4.1.ebuild b/app-portage/logclean/logclean-18.4.1.ebuild
index b3305fec..210bfca2 100644
--- a/app-portage/logclean/logclean-18.4.1.ebuild
+++ b/app-portage/logclean/logclean-18.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
RESTRICT="mirror"
-inherit eutils
+inherit optfeature
DESCRIPTION="Keep only (compressed) logs of installed packages and cleanup emerge.log"
HOMEPAGE="https://github.com/vaeth/logclean/"