diff options
author | Martin Väth <martin@mvath.de> | 2020-09-10 05:49:21 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2020-09-10 05:49:21 +0200 |
commit | a0a600b2c0fa10135c8ff290f9a3352390e5813b (patch) | |
tree | 8a78efa8a20e4e3fd3475c1a6b3583cd741e5ada /sys-fs | |
parent | app-portage/eix: Version bump (diff) | |
download | mv-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 'sys-fs')
-rw-r--r-- | sys-fs/squash_dir/squash_dir-13.14-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/squashmount/squashmount-22.0.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
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" diff --git a/sys-fs/squashmount/squashmount-22.0.1.ebuild b/sys-fs/squashmount/squashmount-22.0.1.ebuild index 97164b0f..bce669d2 100644 --- a/sys-fs/squashmount/squashmount-22.0.1.ebuild +++ b/sys-fs/squashmount/squashmount-22.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 RESTRICT="mirror" -inherit eutils readme.gentoo-r1 systemd tmpfiles +inherit optfeature readme.gentoo-r1 systemd tmpfiles DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist" HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html |