diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-23 21:26:16 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-23 21:26:16 +0000 |
commit | 73a545a80f22475e3725f8e8957e77040d0f2ca1 (patch) | |
tree | bd3cf144cce8c140295af7fcfdded72761e46964 /net-www/apache/apache-2.2.4-r2.ebuild | |
parent | Put -v switch before the files to remove. Closes bug #173564 reported by Ales... (diff) | |
download | historical-73a545a80f22475e3725f8e8957e77040d0f2ca1.tar.gz historical-73a545a80f22475e3725f8e8957e77040d0f2ca1.tar.bz2 historical-73a545a80f22475e3725f8e8957e77040d0f2ca1.zip |
Cleanup outdated ebuilds. Readd libcap dep for mpm-itk on 2.2.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-www/apache/apache-2.2.4-r2.ebuild')
-rw-r--r-- | net-www/apache/apache-2.2.4-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/apache/apache-2.2.4-r2.ebuild b/net-www/apache/apache-2.2.4-r2.ebuild index 29de90aadacc..a4a1247dca02 100644 --- a/net-www/apache/apache-2.2.4-r2.ebuild +++ b/net-www/apache/apache-2.2.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4-r2.ebuild,v 1.1 2007/05/22 20:52:35 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4-r2.ebuild,v 1.2 2007/05/23 21:26:16 chtekk Exp $ inherit eutils flag-o-matic gnuconfig multilib autotools @@ -28,6 +28,7 @@ DEPEND="dev-lang/perl dev-libs/expat dev-libs/libpcre sys-libs/zlib + mpm-itk? ( sys-libs/libcap ) ldap? ( =net-nds/openldap-2* ) selinux? ( sec-policy/selinux-apache ) ssl? ( dev-libs/openssl ) |