diff options
author | Alex Legler <a3li@gentoo.org> | 2010-09-29 19:08:08 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-09-29 19:08:08 +0000 |
commit | 6fcdd849b4d6aeae1dafa7f2c489f13e8a3dda5e (patch) | |
tree | ca0b075ff3c9ca0ec3c8a53fa2c0df543f87ca11 /www-apps/horde-nag/horde-nag-2.3.6.ebuild | |
parent | Version bump, contains minor bugfixes and updated i18n. No longer try to inst... (diff) | |
download | gentoo-2-6fcdd849b4d6aeae1dafa7f2c489f13e8a3dda5e.tar.gz gentoo-2-6fcdd849b4d6aeae1dafa7f2c489f13e8a3dda5e.tar.bz2 gentoo-2-6fcdd849b4d6aeae1dafa7f2c489f13e8a3dda5e.zip |
whitespace fix
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/horde-nag/horde-nag-2.3.6.ebuild')
-rw-r--r-- | www-apps/horde-nag/horde-nag-2.3.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apps/horde-nag/horde-nag-2.3.6.ebuild b/www-apps/horde-nag/horde-nag-2.3.6.ebuild index e8167898ceec..1fa55eb6891a 100644 --- a/www-apps/horde-nag/horde-nag-2.3.6.ebuild +++ b/www-apps/horde-nag/horde-nag-2.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-nag/horde-nag-2.3.6.ebuild,v 1.1 2010/09/29 19:07:10 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-nag/horde-nag-2.3.6.ebuild,v 1.2 2010/09/29 19:08:08 a3li Exp $ HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap" HORDE_MAJ="-h3" @@ -19,4 +19,3 @@ src_unpack() { # Remove vtodo specs as they don't install and are not useful to the end user rm -r docs/vtodo || die 'removing docs failed' } - |