summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-05-26 19:44:09 +0000
committerChristian Heim <phreak@gentoo.org>2007-05-26 19:44:09 +0000
commit2a46ae87291e5f6d2297d4692528f9473a978336 (patch)
treebad5388f593c8dc6362aa0d242cfe0aacb0c891e /net-www
parentVersion bump, ~amd64 (diff)
downloadgentoo-2-2a46ae87291e5f6d2297d4692528f9473a978336.tar.gz
gentoo-2-2a46ae87291e5f6d2297d4692528f9473a978336.tar.bz2
gentoo-2-2a46ae87291e5f6d2297d4692528f9473a978336.zip
Restrict to primaryuri for now, as the patchtarball on the mirrors is broken.
(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-r3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 8c27c2f28bd9..8dbfce7cc62e 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.527 2007/05/26 17:55:03 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.528 2007/05/26 19:44:09 phreak Exp $
+
+ 26 May 2007; Christian Heim <phreak@gentoo.org> apache-2.2.4-r3.ebuild:
+ Restrict to primaryuri for now, as the patchtarball on the mirrors is broken.
*apache-2.2.4-r3 (26 May 2007)
diff --git a/net-www/apache/apache-2.2.4-r3.ebuild b/net-www/apache/apache-2.2.4-r3.ebuild
index 35d75b1b942e..6d760a9cfe32 100644
--- a/net-www/apache/apache-2.2.4-r3.ebuild
+++ b/net-www/apache/apache-2.2.4-r3.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-r3.ebuild,v 1.1 2007/05/26 17:55:03 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4-r3.ebuild,v 1.2 2007/05/26 19:44:09 phreak Exp $
inherit eutils flag-o-matic gnuconfig multilib autotools
@@ -40,6 +40,8 @@ PDEPEND="~app-admin/apache-tools-${PV}"
S="${WORKDIR}/httpd-${PV}"
+RESTRICT="primaryuri"
+
pkg_setup() {
if use ldap && ! built_with_use 'dev-libs/apr-util' ldap ; then
eerror "dev-libs/apr-util is missing LDAP support. For apache to have"