diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-08-09 21:42:31 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-08-09 21:42:31 +0000 |
commit | 7e15fbb59068b5aa5985fb42567e2bcfec217b4d (patch) | |
tree | 806a4c4728f90f8dfc0586bd3a4a361019974b82 /www-apps/groupoffice/groupoffice-2.15.ebuild | |
parent | Removing *possible* php-4-related dependencies (diff) | |
download | gentoo-2-7e15fbb59068b5aa5985fb42567e2bcfec217b4d.tar.gz gentoo-2-7e15fbb59068b5aa5985fb42567e2bcfec217b4d.tar.bz2 gentoo-2-7e15fbb59068b5aa5985fb42567e2bcfec217b4d.zip |
(cosmetic changes only) removing occurences of "php-4"
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'www-apps/groupoffice/groupoffice-2.15.ebuild')
-rw-r--r-- | www-apps/groupoffice/groupoffice-2.15.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apps/groupoffice/groupoffice-2.15.ebuild b/www-apps/groupoffice/groupoffice-2.15.ebuild index 6d2ca4f3556e..db029f9e03bf 100644 --- a/www-apps/groupoffice/groupoffice-2.15.ebuild +++ b/www-apps/groupoffice/groupoffice-2.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.15.ebuild,v 1.5 2007/01/02 22:32:10 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.15.ebuild,v 1.6 2008/08/09 21:42:31 hoffie Exp $ inherit eutils webapp depend.php @@ -18,7 +18,6 @@ need_php pkg_setup() { webapp_pkg_setup elog "PHP needs to be compiled with iconv support" - elog "If you are using php-4*, be sure it's compiled with USE=nls" elog "If you are using php-5*, be sure it's compiled with USE=iconv" require_php_with_use imap mysql } |