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 /app-portage/useflags
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 'app-portage/useflags')
-rw-r--r--app-portage/useflags/useflags-4.1.2.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/app-portage/useflags/useflags-4.1.2.ebuild b/app-portage/useflags/useflags-4.1.2.ebuild
index 513e1336..ab890981 100644
--- a/app-portage/useflags/useflags-4.1.2.ebuild
+++ b/app-portage/useflags/useflags-4.1.2.ebuild
@@ -14,7 +14,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/perl-5.6.1"
+# 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="dev-perl/File-Which
+dev-perl/String-ShellQuote"
+
+RDEPEND=">=dev-lang/perl-5.6.1
+ ${OPTIONAL_RDEPEND}"
# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 )"
src_prepare() {
@@ -33,6 +39,4 @@ src_install() {
pkg_postinst() {
optfeature "faster execution" 'app-portage/eix'
optfeature "increased security" '>=app-portage/eix-0.27.7'
- optfeature "improved compatibility and security" 'dev-perl/File-Which'
- optfeature "improved security" 'dev-perl/String-ShellQuote'
}