summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-11-18 12:55:42 -0500
committerCraig Andrews <candrews@gentoo.org>2020-11-18 12:56:01 -0500
commitb93463c91220b9bb7d56712d4663a00ec6af1c9f (patch)
treef3333b1d7b48d2842f622339d0129ac16d30772d
parentsys-devel/llvm-roc: Fix compile when tensorflow is installed (diff)
downloadgentoo-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>
-rw-r--r--www-apache/mod_qos/mod_qos-11.66.ebuild5
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=
"