diff options
author | Markus Meier <maekke@gentoo.org> | 2010-12-28 16:50:00 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-12-28 16:50:00 +0000 |
commit | 65d6c29c9ab041df44fa161345859b6d93198e55 (patch) | |
tree | eeedcd3530131259cdec866c15e9d0af6b7c815d /mail-client/roundcube | |
parent | arm stable, bug #349270 (diff) | |
download | gentoo-2-65d6c29c9ab041df44fa161345859b6d93198e55.tar.gz gentoo-2-65d6c29c9ab041df44fa161345859b6d93198e55.tar.bz2 gentoo-2-65d6c29c9ab041df44fa161345859b6d93198e55.zip |
arm stable, bug #345931
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 47a2b3039b0b..e595e011360c 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.36 2010/11/28 17:17:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.37 2010/12/28 16:50:00 maekke Exp $ + + 28 Dec 2010; Markus Meier <maekke@gentoo.org> roundcube-0.4.2.ebuild: + arm stable, bug #345931 28 Nov 2010; Markus Meier <maekke@gentoo.org> roundcube-0.4.2.ebuild: x86 stable, bug #345931 diff --git a/mail-client/roundcube/roundcube-0.4.2.ebuild b/mail-client/roundcube/roundcube-0.4.2.ebuild index 4c19b4e6314e..2ab1b0417a5a 100644 --- a/mail-client/roundcube/roundcube-0.4.2.ebuild +++ b/mail-client/roundcube/roundcube-0.4.2.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.2.ebuild,v 1.3 2010/11/28 17:17:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.2.ebuild,v 1.4 2010/12/28 16:50:00 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="" |