summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-05-07 18:47:34 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-05-07 18:47:34 +0000
commit0563e04017683d0f0ec6f6c02649df43c4149e19 (patch)
tree936f562fd0df30272d3de7a2fca1988bc3e209dc /net-www
parentRemove, bug 115407 (diff)
downloadgentoo-2-0563e04017683d0f0ec6f6c02649df43c4149e19.tar.gz
gentoo-2-0563e04017683d0f0ec6f6c02649df43c4149e19.tar.bz2
gentoo-2-0563e04017683d0f0ec6f6c02649df43c4149e19.zip
Fix SLOT.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache/ChangeLog5
-rw-r--r--net-www/apache/apache-2.2.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 7b9526ae891b..03c98ba4a225 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/apache
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.516 2007/05/07 15:01:09 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.517 2007/05/07 18:47:34 kloeri Exp $
+
+ 07 May 2007; Bryan Østergaard <kloeri@gentoo.org> apache-2.2.4.ebuild:
+ Fix SLOT.
07 May 2007; Christian Heim <phreak@gentoo.org> apache-2.2.4.ebuild:
Importing Luca's and my work from the overlay, apache-2.2.4 should now be
diff --git a/net-www/apache/apache-2.2.4.ebuild b/net-www/apache/apache-2.2.4.ebuild
index 5256892b92f4..960fd71a9d6d 100644
--- a/net-www/apache/apache-2.2.4.ebuild
+++ b/net-www/apache/apache-2.2.4.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.ebuild,v 1.3 2007/05/07 15:01:09 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4.ebuild,v 1.4 2007/05/07 18:47:34 kloeri Exp $
inherit eutils flag-o-matic gnuconfig multilib autotools
@@ -18,7 +18,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2
# some helper scripts are apache-1.1, thus both are here
LICENSE="Apache-2.0 Apache-1.1"
-SLOT="0"
+SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc ldap mpm-event mpm-peruser mpm-prefork mpm-worker no-suexec selinux ssl static-modules threads"