diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-11-18 12:55:42 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-11-18 12:56:01 -0500 |
commit | b93463c91220b9bb7d56712d4663a00ec6af1c9f (patch) | |
tree | f3333b1d7b48d2842f622339d0129ac16d30772d /www-apache/mod_qos | |
parent | sys-devel/llvm-roc: Fix compile when tensorflow is installed (diff) | |
download | gentoo-b93463c91220b9bb7d56712d4663a00ec6af1c9f.tar.gz gentoo-b93463c91220b9bb7d56712d4663a00ec6af1c9f.tar.bz2 gentoo-b93463c91220b9bb7d56712d4663a00ec6af1c9f.zip |
www-apache/mod_qos: Support libressl
Closes: https://bugs.gentoo.org/754354
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apache/mod_qos')
-rw-r--r-- | www-apache/mod_qos/mod_qos-11.66.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild b/www-apache/mod_qos/mod_qos-11.66.ebuild index 5a36fe7b7c06..9659eec93ecb 100644 --- a/www-apache/mod_qos/mod_qos-11.66.ebuild +++ b/www-apache/mod_qos/mod_qos-11.66.ebuild @@ -11,11 +11,12 @@ SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="libressl" RDEPEND=" dev-libs/libpcre:3 - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) media-libs/libpng:0= sys-libs/zlib:0= " |