diff options
author | Markus Meier <maekke@gentoo.org> | 2010-10-10 20:51:04 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-10-10 20:51:04 +0000 |
commit | 6dbc1fdfa09045a18fc6f49176a7bb1d15ce1dcc (patch) | |
tree | 80de5fc5957540ec15b973f15e4074690ccf6bd9 /mail-client | |
parent | arm stable, bug #336083 (diff) | |
download | gentoo-2-6dbc1fdfa09045a18fc6f49176a7bb1d15ce1dcc.tar.gz gentoo-2-6dbc1fdfa09045a18fc6f49176a7bb1d15ce1dcc.tar.bz2 gentoo-2-6dbc1fdfa09045a18fc6f49176a7bb1d15ce1dcc.zip |
arm stable, bug #308065
(Portage version: 2.2_rc91/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 2cfebfc64c25..0d4f7a60b3be 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.31 2010/10/09 19:36:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.32 2010/10/10 20:51:04 maekke Exp $ + + 10 Oct 2010; Markus Meier <maekke@gentoo.org> roundcube-0.4.ebuild: + arm stable, bug #308065 *roundcube-0.4.2 (09 Oct 2010) diff --git a/mail-client/roundcube/roundcube-0.4.ebuild b/mail-client/roundcube/roundcube-0.4.ebuild index 531cf693d962..17f321b3ca3a 100644 --- a/mail-client/roundcube/roundcube-0.4.ebuild +++ b/mail-client/roundcube/roundcube-0.4.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/mail-client/roundcube/roundcube-0.4.ebuild,v 1.5 2010/10/08 14:55:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.6 2010/10/10 20:51:04 maekke Exp $ EAPI="2" @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" # roundcube is GPL-licensed, the rest of the licenses here are # for bundled PEAR components, googiespell and utf8.class.php LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain" -KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm ppc ppc64 ~sparc x86" IUSE="ldap mysql postgres ssl spell" DEPEND="" |