mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
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
This commit is contained in:
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user