diff options
Diffstat (limited to 'www-servers/apache/apache-2.4.16.ebuild')
-rw-r--r-- | www-servers/apache/apache-2.4.16.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-servers/apache/apache-2.4.16.ebuild b/www-servers/apache/apache-2.4.16.ebuild index 34bb9f57de32..d897843ca1e8 100644 --- a/www-servers/apache/apache-2.4.16.ebuild +++ b/www-servers/apache/apache-2.4.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.16.ebuild,v 1.1 2015/07/16 06:08:57 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.16.ebuild,v 1.2 2015/07/16 12:52:29 polynomial-c Exp $ EAPI=5 @@ -126,6 +126,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="alpn" REQUIRED_USE="alpn? ( ssl )" +DEPEND+="alpn? ( >=dev-libs/openssl-1.0.2:0= )" +RDEPEND+="alpn? ( >=dev-libs/openssl-1.0.2:0= )" + pkg_setup() { # dependend critical modules which are not allowed in global scope due # to USE flag conditionals (bug #499260) |