diff options
author | Markus Meier <maekke@gentoo.org> | 2011-08-24 18:39:03 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-08-24 18:39:03 +0000 |
commit | a5fefaec43a54fc2b3305589bcc6ec67ccf15c6e (patch) | |
tree | 0566e1ff5c90db08df95122db485f318d95031c7 /mail-client/roundcube | |
parent | arm stable, bug #379557 (diff) | |
download | gentoo-2-a5fefaec43a54fc2b3305589bcc6ec67ccf15c6e.tar.gz gentoo-2-a5fefaec43a54fc2b3305589bcc6ec67ccf15c6e.tar.bz2 gentoo-2-a5fefaec43a54fc2b3305589bcc6ec67ccf15c6e.zip |
arm stable, bug #379563
(Portage version: 2.1.10.11/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.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 03edc4cd77e9..0b64c9950cf2 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.55 2011/08/20 03:59:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.56 2011/08/24 18:39:03 maekke Exp $ + + 24 Aug 2011; Markus Meier <maekke@gentoo.org> roundcube-0.5.4.ebuild: + arm stable, bug #379563 20 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> roundcube-0.5.4.ebuild: x86 stable wrt security bug #379563 diff --git a/mail-client/roundcube/roundcube-0.5.4.ebuild b/mail-client/roundcube/roundcube-0.5.4.ebuild index 01446b6129e8..54733e8fa0a0 100644 --- a/mail-client/roundcube/roundcube-0.5.4.ebuild +++ b/mail-client/roundcube/roundcube-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.4 2011/08/20 03:59:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.5 2011/08/24 18:39:03 maekke Exp $ EAPI="2" @@ -15,7 +15,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 +sqlite" DEPEND="" |