summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-07-29 17:38:58 +0000
committerChristian Heim <phreak@gentoo.org>2007-07-29 17:38:58 +0000
commit96a6a2c3424a3b456e77741a6408349f336fe94a (patch)
tree7fef4e47ad22e5cb2d80d7a8388b3369904bd2a0 /www-apps
parentFixing SRC_URI since the old one is redirecting to sourceforge. Fixing the DE... (diff)
downloadgentoo-2-96a6a2c3424a3b456e77741a6408349f336fe94a.tar.gz
gentoo-2-96a6a2c3424a3b456e77741a6408349f336fe94a.tar.bz2
gentoo-2-96a6a2c3424a3b456e77741a6408349f336fe94a.zip
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/sitebar/ChangeLog6
-rw-r--r--www-apps/sitebar/sitebar-3.3.8-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/sitebar/ChangeLog b/www-apps/sitebar/ChangeLog
index 47ee52228434..f1c833dd398f 100644
--- a/www-apps/sitebar/ChangeLog
+++ b/www-apps/sitebar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/sitebar
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.15 2007/01/02 22:53:41 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.16 2007/07/29 17:38:58 phreak Exp $
+
+ 29 Jul 2007; Christian Heim <phreak@gentoo.org> sitebar-3.3.8-r1.ebuild:
+ Fixing the DEPEND/RDEPEND for the move of net-www/apache to
+ www-servers/apache (#78622).
02 Jan 2007; Renat Lumpau <rl03@gentoo.org> sitebar-3.3.8-r1.ebuild:
Drop mysql dep wrt bug 159781
diff --git a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild b/www-apps/sitebar/sitebar-3.3.8-r1.ebuild
index eda7efaff70c..ba053e7080e3 100644
--- a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild
+++ b/www-apps/sitebar/sitebar-3.3.8-r1.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/www-apps/sitebar/sitebar-3.3.8-r1.ebuild,v 1.4 2007/01/02 22:53:41 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.8-r1.ebuild,v 1.5 2007/07/29 17:38:58 phreak Exp $
inherit webapp eutils
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_PN}-${PV}
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2"
-DEPEND="net-www/apache
+DEPEND="www-servers/apache
virtual/php"
LICENSE="GPL-2"