diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-08-30 19:31:15 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-08-30 19:31:15 +0000 |
commit | a65d2a29117aaed00aac65efab9a0ede6ef494b4 (patch) | |
tree | dc8c21a7ae01a0ab2307c8e827915e9a8ec4e20a /www-apps/mantisbt | |
parent | Fixed DEPEND/RDEPEND, removed sleep (Manifest recommit) (diff) | |
download | gentoo-2-a65d2a29117aaed00aac65efab9a0ede6ef494b4.tar.gz gentoo-2-a65d2a29117aaed00aac65efab9a0ede6ef494b4.tar.bz2 gentoo-2-a65d2a29117aaed00aac65efab9a0ede6ef494b4.zip |
Fixed DEPEND/RDEPEND
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r-- | www-apps/mantisbt/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/mantisbt/mantisbt-0.18.3.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog index db27bd1c682b..1b36b4e85070 100644 --- a/www-apps/mantisbt/ChangeLog +++ b/www-apps/mantisbt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/mantisbt # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.1 2004/08/30 09:31:26 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.2 2004/08/30 19:26:47 rl03 Exp $ + + 30 Aug 2004; Renat Lumpau <rl03@gentoo.org> mantisbt-0.18.3.ebuild: + Fixed DEPEND/RDEPEND *mantisbt-0.18.3 (30 Aug 2004) diff --git a/www-apps/mantisbt/mantisbt-0.18.3.ebuild b/www-apps/mantisbt/mantisbt-0.18.3.ebuild index e92e3b7f1c0b..bf0783a3fdbb 100644 --- a/www-apps/mantisbt/mantisbt-0.18.3.ebuild +++ b/www-apps/mantisbt/mantisbt-0.18.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-0.18.3.ebuild,v 1.1 2004/08/30 09:31:26 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-0.18.3.ebuild,v 1.2 2004/08/30 19:26:47 rl03 Exp $ inherit webapp @@ -12,9 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" KEYWORDS="~x86" -DEPEND="$DEPEND" RDEPEND=" - ${DEPEND} >=dev-db/mysql-3.23.32 >=net-www/apache-1.3 >=dev-php/mod_php-4.0.6 |