diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:58:09 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:58:09 +0000 |
commit | 1db5e22225b48ae4aabb76074f5b7ea0efc838e6 (patch) | |
tree | b158648f31dcc9a0c36117d25affec7664287151 /www-apps/mantisbt | |
parent | www-apache/mod_mono: Removed unused apache2 USE flag (addressing bug #150083) (diff) | |
download | historical-1db5e22225b48ae4aabb76074f5b7ea0efc838e6.tar.gz historical-1db5e22225b48ae4aabb76074f5b7ea0efc838e6.tar.bz2 historical-1db5e22225b48ae4aabb76074f5b7ea0efc838e6.zip |
Drop mysql dep wrt bug 159781
Package-Manager: portage-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 " |