diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-11-03 11:43:44 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-11-03 11:43:44 +0000 |
commit | 38c6cf9a14555b2ce63a5d7e55f18984477088c8 (patch) | |
tree | a89c5471994e1f24a9652a6d519032bdd5bcd120 /mail-client | |
parent | Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agost... (diff) | |
download | gentoo-2-38c6cf9a14555b2ce63a5d7e55f18984477088c8.tar.gz gentoo-2-38c6cf9a14555b2ce63a5d7e55f18984477088c8.tar.bz2 gentoo-2-38c6cf9a14555b2ce63a5d7e55f18984477088c8.zip |
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in security bug #388613.
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 35e773ee50cc..39e3f6cf573d 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,10 @@ # 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.58 2011/10/01 20:29:56 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.59 2011/11/03 11:43:44 chainsaw Exp $ + + 03 Nov 2011; Tony Vroon <chainsaw@gentoo.org> roundcube-0.6.ebuild: + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & + Agostino "ago" Sarubbo in security bug #388613. *roundcube-0.6 (01 Oct 2011) diff --git a/mail-client/roundcube/roundcube-0.6.ebuild b/mail-client/roundcube/roundcube-0.6.ebuild index 8a61e9366c7f..bbe119fff4a4 100644 --- a/mail-client/roundcube/roundcube-0.6.ebuild +++ b/mail-client/roundcube/roundcube-0.6.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.6.ebuild,v 1.1 2011/10/01 20:29:56 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.6.ebuild,v 1.2 2011/11/03 11:43:44 chainsaw 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 ~x86" +KEYWORDS="amd64 ~x86" IUSE="ldap mysql postgres ssl spell +sqlite" DEPEND="" |