diff options
author | 2007-01-02 22:36:43 +0000 | |
---|---|---|
committer | 2007-01-02 22:36:43 +0000 | |
commit | 5134b865a46c0f049b22eef553213ed532973292 (patch) | |
tree | bb04666a1472f65cd26fb355b70ec3b22a298c31 /www-apps/mambo/mambo-4.6.1.ebuild | |
parent | Drop mysql dep wrt bug #159781 (diff) | |
download | gentoo-2-5134b865a46c0f049b22eef553213ed532973292.tar.gz gentoo-2-5134b865a46c0f049b22eef553213ed532973292.tar.bz2 gentoo-2-5134b865a46c0f049b22eef553213ed532973292.zip |
Drop mysql dep wrt bug #159781
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps/mambo/mambo-4.6.1.ebuild')
-rw-r--r-- | www-apps/mambo/mambo-4.6.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/mambo/mambo-4.6.1.ebuild b/www-apps/mambo/mambo-4.6.1.ebuild index 9d4958366fcb..1458b5a80d6e 100644 --- a/www-apps/mambo/mambo-4.6.1.ebuild +++ b/www-apps/mambo/mambo-4.6.1.ebuild @@ -1,6 +1,6 @@ -# 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/mambo/mambo-4.6.1.ebuild,v 1.2 2006/11/23 17:15:39 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mambo/mambo-4.6.1.ebuild,v 1.3 2007/01/02 22:36:43 rl03 Exp $ inherit webapp depend.php @@ -13,9 +13,9 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~amd64" S=${WORKDIR} -IUSE="mysql" +IUSE="" -RDEPEND="mysql? ( virtual/mysql ) +RDEPEND=" virtual/httpd-php net-www/apache" |