diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:37:55 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:37:55 +0000 |
commit | 904646bcc32a5e2a6e6bd238c5ded5fbc6754618 (patch) | |
tree | b7ced1c4a9feefbb50be4f4f8a1316a80b0ba093 /www-apps/mantisbt | |
parent | Drop mysql dep wrt bug #159781 (diff) | |
download | gentoo-2-904646bcc32a5e2a6e6bd238c5ded5fbc6754618.tar.gz gentoo-2-904646bcc32a5e2a6e6bd238c5ded5fbc6754618.tar.bz2 gentoo-2-904646bcc32a5e2a6e6bd238c5ded5fbc6754618.zip |
Drop mysql dep wrt bug 159781
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r-- | www-apps/mantisbt/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.0.6.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog index c3b228849c9d..06bc7e88e965 100644 --- a/www-apps/mantisbt/ChangeLog +++ b/www-apps/mantisbt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/mantisbt -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.37 2006/11/23 17:16:29 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.38 2007/01/02 22:37:55 rl03 Exp $ + + 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> mantisbt-1.0.6.ebuild: + Drop mysql dep wrt bug 159781 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> mantisbt-1.0.6.ebuild: dev-db/mysql => virtual/mysql diff --git a/www-apps/mantisbt/mantisbt-1.0.6.ebuild b/www-apps/mantisbt/mantisbt-1.0.6.ebuild index 6883d1eef8be..e1586cdceab1 100644 --- a/www-apps/mantisbt/mantisbt-1.0.6.ebuild +++ b/www-apps/mantisbt/mantisbt-1.0.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.6.ebuild,v 1.2 2006/11/23 17:16:29 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.0.6.ebuild,v 1.3 2007/01/02 22:37:55 rl03 Exp $ inherit webapp -IUSE="mysql postgres" +IUSE="" MY_P=mantis-${PV} DESCRIPTION="PHP/MySQL/Web based bugtracking system" @@ -16,8 +16,6 @@ S=${WORKDIR}/${MY_P} KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" - mysql? ( virtual/mysql ) - postgres? ( >=dev-db/postgresql-7 ) net-www/apache virtual/httpd-php " |