diff options
-rw-r--r-- | www-servers/apache/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/apache/apache-2.2.15.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog index 53f8d3434ce2..01e45debdac6 100644 --- a/www-servers/apache/ChangeLog +++ b/www-servers/apache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/apache # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.129 2010/03/07 11:48:33 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.130 2010/03/07 16:20:22 hollow Exp $ + + 07 Mar 2010; Benedikt Böhm <hollow@gentoo.org> apache-2.2.15.ebuild: + fix openssl DEPEND wrt #308049 *apache-2.2.15 (07 Mar 2010) diff --git a/www-servers/apache/apache-2.2.15.ebuild b/www-servers/apache/apache-2.2.15.ebuild index 19656ac5620d..48fd491e5529 100644 --- a/www-servers/apache/apache-2.2.15.ebuild +++ b/www-servers/apache/apache-2.2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.15.ebuild,v 1.1 2010/03/07 11:48:33 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.15.ebuild,v 1.2 2010/03/07 16:20:22 hollow Exp $ # latest gentoo apache files GENTOO_PATCHSTAMP="20100307" @@ -84,7 +84,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" DEPEND="${DEPEND} + >=dev-libs/openssl-0.9.8m apache2_modules_deflate? ( sys-libs/zlib )" RDEPEND="${RDEPEND} + >=dev-libs/openssl-0.9.8m apache2_modules_mime? ( app-misc/mime-types )" |