From a0a600b2c0fa10135c8ff290f9a3352390e5813b Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Thu, 10 Sep 2020 05:49:21 +0200 Subject: Simplify inherits, in particular eutils->optfeature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- sys-fs/squash_dir/squash_dir-13.14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs/squash_dir') diff --git a/sys-fs/squash_dir/squash_dir-13.14-r1.ebuild b/sys-fs/squash_dir/squash_dir-13.14-r1.ebuild index 828a7c18..2519629d 100644 --- a/sys-fs/squash_dir/squash_dir-13.14-r1.ebuild +++ b/sys-fs/squash_dir/squash_dir-13.14-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2010-2019 Martin V\"ath +# Copyright 2010-2020 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=7 RESTRICT="mirror" WANT_LIBTOOL=none AUTOTOOLS_IN_SOURCE_BUILD=true -inherit autotools eutils linux-info readme.gentoo-r1 systemd +inherit autotools linux-info optfeature readme.gentoo-r1 systemd DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist" HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html" -- cgit v1.2.3-65-gdbad