commit:     a1ac40c0f2bcf4ba27f2208c19edfc26b02fff08
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 20:32:08 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 20:32:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ac40c0

dev-php/pecl-amqp: Add missing ssl USE requirement on rabbitmq-c

This causes a build failure for those with ssl off

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild 
b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
index 5960e89908b..20df124580c 100644
--- a/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
+++ b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
@@ -14,5 +14,6 @@ LICENSE="PHP-3.01"
 SLOT="0"
 IUSE=""
 
-DEPEND=">=net-libs/rabbitmq-c-0.5.2 virtual/pkgconfig"
-RDEPEND=">=net-libs/rabbitmq-c-0.5.2:="
+DEPEND=">=net-libs/rabbitmq-c-0.5.2[ssl] virtual/pkgconfig"
+RDEPEND=">=net-libs/rabbitmq-c-0.5.2:=[ssl]"
+PHP_EXT_ECONF_ARGS=()

Reply via email to