diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:29:41 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:29:41 +0000 |
commit | a7478729cdfe5267a8ce7bcf1e5ae73c89053f60 (patch) | |
tree | 0b134004b50075f1f58810c7a1fb66a063b4de29 /www-apps/mantisbt | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-a7478729cdfe5267a8ce7bcf1e5ae73c89053f60.tar.gz gentoo-2-a7478729cdfe5267a8ce7bcf1e5ae73c89053f60.tar.bz2 gentoo-2-a7478729cdfe5267a8ce7bcf1e5ae73c89053f60.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/mantisbt')
-rw-r--r-- | www-apps/mantisbt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.0.7.ebuild | 4 |
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 " |