summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-06-17 21:27:32 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-06-17 22:31:47 +0200
commit11fd90db18d3837082872e1b2227c4919180a131 (patch)
treeb20fac03ccaba24c16e5399eab56cbb84cdf861c
parentgui-apps/waypipe: remove unused patch (diff)
downloadgentoo-11fd90db18d3837082872e1b2227c4919180a131.tar.gz
gentoo-11fd90db18d3837082872e1b2227c4919180a131.tar.bz2
gentoo-11fd90db18d3837082872e1b2227c4919180a131.zip
app-admin/drush: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--app-admin/drush/drush-6.7.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/drush/drush-6.7.0-r1.ebuild b/app-admin/drush/drush-6.7.0-r1.ebuild
index dfe5917b1f25..ba9c4f699942 100644
--- a/app-admin/drush/drush-6.7.0-r1.ebuild
+++ b/app-admin/drush/drush-6.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
-RDEPEND="dev-lang/php[cli,ctype,json,simplexml]
+RDEPEND="dev-lang/php[cli,ctype,json(+),simplexml]
dev-php/PEAR-Console_Table"
# Fixes the bash completion script, check the patch for Gentoo/upstream