summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-07-10 08:45:02 +0200
committerMartin Väth <martin@mvath.de>2017-07-10 09:18:01 +0200
commita604a4a97c8355673cae5383db10820f16ae7fe9 (patch)
tree74418cf3fe265cad6eb64b68655188877831b52e /sys-fs/squashmount
parentMake nonexpensive deps non-optional. Remove corresponding set data (diff)
downloadmv-a604a4a97c8355673cae5383db10820f16ae7fe9.tar.gz
mv-a604a4a97c8355673cae5383db10820f16ae7fe9.tar.bz2
mv-a604a4a97c8355673cae5383db10820f16ae7fe9.zip
Make repoman happy
Diffstat (limited to 'sys-fs/squashmount')
-rw-r--r--sys-fs/squashmount/squashmount-15.4.3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-fs/squashmount/squashmount-15.4.3.ebuild b/sys-fs/squashmount/squashmount-15.4.3.ebuild
index 042ab6c4..3b1669e7 100644
--- a/sys-fs/squashmount/squashmount-15.4.3.ebuild
+++ b/sys-fs/squashmount/squashmount-15.4.3.ebuild
@@ -19,7 +19,7 @@ IUSE=""
# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283
OPTIONAL_RDEPEND="app-shells/runtitle
dev-perl/File-Which
-dev-perl/String-ShellQuote"
+!arm? ( !ia64? ( !sparc? ( dev-perl/String-ShellQuote ) ) )"
RDEPEND="!<sys-apps/openrc-0.13
>=dev-lang/perl-5.22
@@ -70,6 +70,9 @@ src_install() {
}
pkg_postinst() {
+ if use arm || use ia64 || use spac
+ then optfeature "improved output" 'dev-perl/String-ShellQuote'
+ fi
optfeature "user mounting" \
'>=sys-fs/squashfuse-0.1.100 >=sys-fs/unionfs-fuse-0.25' \
'>=sys-fs/squashfuse-0.1.100 sys-fs/funionfs'