diff options
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index a119b4f1c95f..6bd527038d47 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.103 2013/03/09 11:29:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.104 2013/03/17 14:45:31 ago Exp $ + + 17 Mar 2013; Agostino Sarubbo <ago@gentoo.org> roundcube-0.8.5.ebuild: + Stable for amd64, wrt bug #456664 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> roundcube-0.8.5.ebuild: Stable for ppc, wrt bug #456664 diff --git a/mail-client/roundcube/roundcube-0.8.5.ebuild b/mail-client/roundcube/roundcube-0.8.5.ebuild index e5aaf79a2b41..68d2be0f97d9 100644 --- a/mail-client/roundcube/roundcube-0.8.5.ebuild +++ b/mail-client/roundcube/roundcube-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.5.ebuild,v 1.3 2013/03/09 11:29:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.5.ebuild,v 1.4 2013/03/17 14:45:31 ago Exp $ EAPI="5" @@ -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-3 BSD PHP-2.02 PHP-3 MIT public-domain" -KEYWORDS="~amd64 arm ~hppa ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc ~x86" IUSE="ldap +mysql postgres ssl spell" RDEPEND="virtual/httpd-php |