summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-07-29 17:33:28 +0000
committerChristian Heim <phreak@gentoo.org>2007-07-29 17:33:28 +0000
commit2a7d9c4cdb6adfccfc899d579d0d1908e6a16635 (patch)
tree21a01ffccc37f5ac5e45fdc274e4579834838e61 /www-apps/mantisbt
parentDrop unused and broken versions. (diff)
downloadhistorical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.tar.gz
historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.tar.bz2
historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.zip
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog6
-rw-r--r--www-apps/mantisbt/mantisbt-1.0.7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index 08a1ddb31259..8962b8d0447c 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/mantisbt
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.41 2007/05/12 13:39:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.42 2007/07/29 17:29:41 phreak Exp $
+
+ 29 Jul 2007; Christian Heim <phreak@gentoo.org> mantisbt-1.0.7.ebuild:
+ Fixing the DEPEND/RDEPEND for the move of net-www/apache to
+ www-servers/apache (#78622).
12 May 2007; <pva@gentoo.org> -mantisbt-1.0.6.ebuild:
Cleaning vulnerable version.
diff --git a/www-apps/mantisbt/mantisbt-1.0.7.ebuild b/www-apps/mantisbt/mantisbt-1.0.7.ebuild
index 9deb22a4b55d..49b0f0bf4be5 100644
--- a/www-apps/mantisbt/mantisbt-1.0.7.ebuild
+++ b/www-apps/mantisbt/mantisbt-1.0.7.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/mantisbt/mantisbt-1.0.7.ebuild,v 1.2 2007/05/11 14:20:30 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.0.7.ebuild,v 1.3 2007/07/29 17:29:41 phreak Exp $
inherit webapp
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="
- net-www/apache
+ www-servers/apache
virtual/httpd-php
"