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/emount
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/emount')
-rw-r--r--sys-fs/emount/emount-3.0.4.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-fs/emount/emount-3.0.4.ebuild b/sys-fs/emount/emount-3.0.4.ebuild
index a9e70f73..f5e243f8 100644
--- a/sys-fs/emount/emount-3.0.4.ebuild
+++ b/sys-fs/emount/emount-3.0.4.ebuild
@@ -3,7 +3,6 @@
EAPI=6
RESTRICT="mirror"
-inherit eutils
DESCRIPTION="mount/unmount create/remove dm-crypt filesystems according to your /etc/fstab"
HOMEPAGE="https://github.com/vaeth/emount/"
@@ -14,8 +13,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+# This should really depend on a USE-flag but must not by policy.
+# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283
+OPTIONAL_RDEPEND="dev-perl/String-ShellQuote"
+
RDEPEND=">=dev-lang/perl-5.6.1
- sys-fs/cryptsetup"
+ sys-fs/cryptsetup
+ ${OPTIONAL_RDEPEND}"
# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 )
# || ( >=dev-lang/perl-5.4.5 virtual/perl-File-Spec )
@@ -38,7 +42,3 @@ src_install() {
insinto /usr/share/zsh/site-functions
doins zsh/*
}
-
-pkg_postinst() {
- optfeature "improved output" 'dev-perl/String-ShellQuote'
-}