diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-09 18:32:12 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-09 18:32:12 +0000 |
commit | b6e61252d74246895cd7f9b2a32d5ffca5f3568e (patch) | |
tree | f58a422c72cf936fc3e0afbb951f3671af5ca7ae | |
parent | updated jakarta-regexp dependency again. fixes #88473 (diff) | |
download | gentoo-2-b6e61252d74246895cd7f9b2a32d5ffca5f3568e.tar.gz gentoo-2-b6e61252d74246895cd7f9b2a32d5ffca5f3568e.tar.bz2 gentoo-2-b6e61252d74246895cd7f9b2a32d5ffca5f3568e.zip |
Making aspell/ispell dep based on spell USE flag.
(Portage version: 2.0.51.19)
-rw-r--r-- | mail-client/squirrelmail/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/squirrelmail/squirrelmail-1.4.4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-client/squirrelmail/ChangeLog b/mail-client/squirrelmail/ChangeLog index a0090762294d..002d989efa23 100644 --- a/mail-client/squirrelmail/ChangeLog +++ b/mail-client/squirrelmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/squirrelmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/ChangeLog,v 1.19 2005/04/08 19:29:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/ChangeLog,v 1.20 2005/04/09 18:32:12 eradicator Exp $ + + 09 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> + squirrelmail-1.4.4.ebuild: + Making aspell/ispell dep based on spell USE flag. 08 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> squirrelmail-1.4.4.ebuild: diff --git a/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild b/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild index 30aac2eec37d..f8d4c5665760 100644 --- a/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild +++ b/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild,v 1.3 2005/04/08 19:29:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild,v 1.4 2005/04/09 18:32:12 eradicator Exp $ -IUSE="crypt ldap ssl virus-scan" +IUSE="crypt ldap spell ssl virus-scan" inherit webapp eutils @@ -43,7 +43,7 @@ RDEPEND="virtual/php dev-perl/DB_File crypt? ( app-crypt/gnupg ) ldap? ( net-nds/openldap ) - app-text/ispell" + spell? ( || ( app-text/aspell app-text/ispell ) )" src_unpack() { unpack ${MY_P}.tar.bz2 |