diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 16:05:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 16:05:44 +0000 |
commit | 65fb3bd2cf2164c2d7921c732cf535e707cd9999 (patch) | |
tree | 8bd71f1053587101b8482cfab057ade2789cd2cb | |
parent | fix typo in var name #125062 (diff) | |
download | gentoo-2-65fb3bd2cf2164c2d7921c732cf535e707cd9999.tar.gz gentoo-2-65fb3bd2cf2164c2d7921c732cf535e707cd9999.tar.bz2 gentoo-2-65fb3bd2cf2164c2d7921c732cf535e707cd9999.zip |
allow mysqli #125062
(Portage version: 2.1_pre5-r3)
-rw-r--r-- | www-apps/horde-kronolith/horde-kronolith-2.0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/horde-kronolith/horde-kronolith-2.0.6.ebuild b/www-apps/horde-kronolith/horde-kronolith-2.0.6.ebuild index e801cf036ada..96b3b8908a2a 100644 --- a/www-apps/horde-kronolith/horde-kronolith-2.0.6.ebuild +++ b/www-apps/horde-kronolith/horde-kronolith-2.0.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-kronolith/horde-kronolith-2.0.6.ebuild,v 1.1 2005/12/12 01:27:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-kronolith/horde-kronolith-2.0.6.ebuild,v 1.2 2006/03/05 16:05:44 vapier Exp $ -HORDE_PHP_FEATURES="-o mysql odbc postgres ldap" +HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap" HORDE_MAJ="-h3" inherit horde |