summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-07-10 08:11:05 +0200
committerMartin Väth <martin@mvath.de>2017-07-10 08:11:05 +0200
commit076140811b2689a0e559485b345aa991a8337ad7 (patch)
tree3bf68b863ceb20246266e87aa44e78f6edaf0152 /sys-fs/squashmount
parentwww-plugins/classic-theme-restorer: Version bump (diff)
downloadmv-076140811b2689a0e559485b345aa991a8337ad7.tar.gz
mv-076140811b2689a0e559485b345aa991a8337ad7.tar.bz2
mv-076140811b2689a0e559485b345aa991a8337ad7.zip
Make nonexpensive deps non-optional. Remove corresponding set data
Diffstat (limited to 'sys-fs/squashmount')
-rw-r--r--sys-fs/squashmount/squashmount-15.4.3.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/squashmount/squashmount-15.4.3.ebuild b/sys-fs/squashmount/squashmount-15.4.3.ebuild
index 6e2b25c1..042ab6c4 100644
--- a/sys-fs/squashmount/squashmount-15.4.3.ebuild
+++ b/sys-fs/squashmount/squashmount-15.4.3.ebuild
@@ -15,11 +15,18 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
+# These should really depend on USE-flags but must not by policy.
+# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283
+OPTIONAL_RDEPEND="app-shells/runtitle
+dev-perl/File-Which
+dev-perl/String-ShellQuote"
+
RDEPEND="!<sys-apps/openrc-0.13
>=dev-lang/perl-5.22
|| ( dev-perl/File-Which sys-apps/which )
sys-fs/squashfs-tools
- !<sys-fs/unionfs-fuse-0.25"
+ !<sys-fs/unionfs-fuse-0.25
+ ${OPTIONAL_RDEPEND}"
# >=dev-lang/perl-5.12
# || ( >=dev-lang/perl-5.10.1 >=virtual/perl-File-Path-2.6.5 )
# || ( >=dev-lang/perl-5.4.5 virtual/perl-File-Spec )
@@ -63,9 +70,6 @@ src_install() {
}
pkg_postinst() {
- optfeature "status bar support" 'app-shells/runtitle'
- optfeature "improved compatibility and security" 'dev-perl/File-Which'
- optfeature "improved output" 'dev-perl/String-ShellQuote'
optfeature "user mounting" \
'>=sys-fs/squashfuse-0.1.100 >=sys-fs/unionfs-fuse-0.25' \
'>=sys-fs/squashfuse-0.1.100 sys-fs/funionfs'