diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 11:29:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 11:29:25 +0000 |
commit | 6e136d364efed5caf7ae1f228cf8eec7b62c701c (patch) | |
tree | 0a7d91b999d45a18d4e6d73647e2727703b07645 /mail-client/roundcube | |
parent | Do not make linker warnings fatal, fixes bug 430968 (diff) | |
download | gentoo-2-6e136d364efed5caf7ae1f228cf8eec7b62c701c.tar.gz gentoo-2-6e136d364efed5caf7ae1f228cf8eec7b62c701c.tar.bz2 gentoo-2-6e136d364efed5caf7ae1f228cf8eec7b62c701c.zip |
Stable for ppc, wrt bug #456664
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'mail-client/roundcube')
-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 f4830b8cb132..a119b4f1c95f 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.102 2013/03/08 17:46:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.103 2013/03/09 11:29:25 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> roundcube-0.8.5.ebuild: + Stable for ppc, wrt bug #456664 08 Mar 2013; Agostino Sarubbo <ago@gentoo.org> roundcube-0.8.5.ebuild: Stable for arm, wrt bug #456664 diff --git a/mail-client/roundcube/roundcube-0.8.5.ebuild b/mail-client/roundcube/roundcube-0.8.5.ebuild index b04cabeb4dcd..e5aaf79a2b41 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.2 2013/03/08 17:46:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.5.ebuild,v 1.3 2013/03/09 11:29:25 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 |